lxh hai 1 semana
pai
achega
4987821ba8

+ 1 - 1
pages/gasreport/components/gasImgIdentify.vue

@@ -269,7 +269,7 @@ import api from "@/api/api";
 import moment from 'moment'
 import configService from '@/common/service/config.service.js'
 // import stringSimilarity from 'string-similarity'
-import { RHFselcet } from '@/uni_modules/fz-media-selcet';
+import { RHFselcet } from '../../../uni_modules/fz-media-selcet';
 export default {
     name: 'gasFill',
     props: {

+ 1 - 1
pages/gasreport/components/taskBoard.vue

@@ -1,7 +1,7 @@
 <template>
     <view class="taskBoard">
         <u-navbar :bgStatusImage="backPic0" :bgImage="backPic" :title="gasTitle" :safeAreaInsetTop="true" leftIcon=""
-            @leftClick="handlerToggle"> </u-navbar>
+          > </u-navbar>
         <u-list :height="708" v-if="isShow">
             <u-list-item v-for="(item, index) in indexList" :key="index">
                 <u-cell icon="share" @click="getBorad(item)">

+ 1 - 7
pages/gasreport/gasreport.vue

@@ -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