@@ -363,6 +363,12 @@ Page({
})
},
+ bindViewXunJiancz(){
+ wx.navigateTo({
+ url: '../xunjiancz/xunjiancz?busEnterpriseId='+this.data.busEnterpriseId,
+ })
+ },
+
@@ -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>