Administrator 2 년 전
부모
커밋
58e958bde9
2개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 0
      pages/xunjian/xunjian.js
  2. 2 1
      pages/xunjian/xunjian.wxml

+ 6 - 0
pages/xunjian/xunjian.js

@@ -363,6 +363,12 @@ Page({
     })
   },
 
+  bindViewXunJiancz(){
+    wx.navigateTo({
+      url: '../xunjiancz/xunjiancz?busEnterpriseId='+this.data.busEnterpriseId,
+    })
+  },
+
 
 
 

+ 2 - 1
pages/xunjian/xunjian.wxml

@@ -97,7 +97,8 @@
 
 
   <!-- 巡检悬浮按钮 -->
-  <view class="float_btn2 iconfont icon-gongju-" bindtap="bindViewXunJiancz" bindtouchstart="touchStart" bindtouchmove="touchMove" bindtouchend="touchEnd"></view>
+  <!-- <view class="float_btn2 iconfont icon-gongju-" bindtap="bindViewXunJiancz" bindtouchstart="touchStart" bindtouchmove="touchMove" bindtouchend="touchEnd"></view> -->
+  <view class="float_btn2 iconfont icon-gongju-" bindtap="bindViewXunJiancz"></view>
   <view class="float_btn iconfont icon-duihao" bindtap="submitXujian"></view>