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>