diff --git a/pages/myorder/returned/index.vue b/pages/myorder/returned/index.vue index 5007be3..6113efc 100644 --- a/pages/myorder/returned/index.vue +++ b/pages/myorder/returned/index.vue @@ -138,11 +138,6 @@ 开坐垫锁 --> - - - @@ -285,7 +280,6 @@ this.timer = setInterval(() => { this.executeTask() }, 30000) - }, onHide() { // 页面隐藏时清除定时器 @@ -379,7 +373,7 @@ }) let data = { mac:that.mac, - reason:'开坐垫锁', + reason:'用户开坐垫锁', command:'11hpen', longitude:that.lslon, latitude:that.lslat, @@ -395,7 +389,7 @@ uni.showModal({ title: '提示', content: '请点击右上角连接蓝牙控制,蓝牙连接需尽可能靠近车辆!', - showCancel: true, + showCancel: false, success: function(res) { if (res.confirm) { @@ -406,7 +400,7 @@ }) let data = { mac:that.mac, - reason:'解锁', + reason:'用户开坐垫锁', command:'close', longitude:that.lslon, latitude:that.lslat, @@ -859,7 +853,7 @@ uni.showModal({ title: '提示', content: '请点击右上角连接蓝牙控制,蓝牙连接需尽可能靠近车辆!', - showCancel: true, + showCancel: false, success: function(res) { if (res.confirm) { @@ -994,7 +988,7 @@ uni.showModal({ title: '提示', content: '请点击右上角连接蓝牙控制,蓝牙连接需尽可能靠近车辆!', - showCancel: true, + showCancel: false, success: function(res) { if (res.confirm) { @@ -1083,11 +1077,11 @@ uni.showModal({ title: '提示', content: '请点击右上角连接蓝牙控制,蓝牙连接需尽可能靠近车辆!', - showCancel: true, + showCancel: false, success: function(res) { if (res.confirm) { if(that.ver_dataflag != 3){ - + } } else if (res.cancel) { @@ -1124,7 +1118,7 @@ } else if (res.cancel) { } - } + } }) } }else{ @@ -1259,7 +1253,7 @@ uni.showModal({ title: '提示', content: '请点击右上角连接蓝牙控制,蓝牙连接需尽可能靠近车辆!', - showCancel: true, + showCancel: false, success: function(res) { if (res.confirm) { @@ -1399,7 +1393,6 @@ name: that.name }) setTimeout(()=>{ - // that.getorderdevice() uni.navigateTo({ url:'/page_user/yongche/orderxq?id=' + that.deivceobj.orderId })