小鹿骑行

This commit is contained in:
3321822538@qq.com 2025-06-23 13:52:21 +08:00
parent 8172e79a76
commit b0d8e74c40

View File

@ -138,11 +138,6 @@
开坐垫锁
</view> -->
</scroll-view>
<!-- <view class="youche" v-else>
</view> -->
<!-- 扫码用车未在停车点内还车弹窗 -->
<view class="tingchetc" v-if="fjflag">
<view class="topname">
@ -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,7 +1077,7 @@
uni.showModal({
title: '提示',
content: '请点击右上角连接蓝牙控制,蓝牙连接需尽可能靠近车辆!',
showCancel: true,
showCancel: false,
success: function(res) {
if (res.confirm) {
if(that.ver_dataflag != 3){
@ -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
})