|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="gas-report" name="gasreport">
|
|
|
<u-navbar :bgStatusImage="backPic0" :bgImage="backPic" :title="gasTitle" :safeAreaInsetTop="true"
|
|
|
- leftIcon="" @leftClick="handlerToggle"> </u-navbar>
|
|
|
+ leftIcon="" > </u-navbar>
|
|
|
<view class="gas-content">
|
|
|
<component :is="loadComponent" :firstAddress="firstAddress" :secondAddress="secondAddress"
|
|
|
:firstTj="firstTj" :secondTj="secondTj"></component>
|
|
@@ -54,12 +54,6 @@ export default {
|
|
|
this.queryNowGasInfoByUser()
|
|
|
},
|
|
|
methods: {
|
|
|
-
|
|
|
- //切换导航
|
|
|
- handlerToggle() {
|
|
|
- // this.showModel = !this.showModel
|
|
|
-
|
|
|
- },
|
|
|
//导航栏点击
|
|
|
handlerClick(data) {
|
|
|
let that = this
|