This commit is contained in:
caolc
2022-06-10 10:06:02 +08:00
parent d97f8a59e9
commit e684eab82f
3 changed files with 18 additions and 8 deletions

View File

@@ -297,7 +297,7 @@
markerPhone(){
if (this.sitInfo.phone) {
uni.makePhoneCall({
phoneNumber:this.sitInfo.phone
phoneNumber:'4008-56-5355'
})
} else {
uni.showToast({
@@ -405,7 +405,7 @@
this.SiteOliInfo = res.data.oil
if(res.data.oil.length <3){
this.showHeight = ' auto'
}else{
}else{
this.showHeight = '340rpx'
}
uni.setStorageSync('oilSiteId',res.data.site.siteCode)

View File

@@ -755,7 +755,9 @@
this.getPayStatus(this.orderId)
}, 400)
}
this.shake=null
// setTimeout(()=>{
// this.shake=null
// },1000)
}
})
},
@@ -837,7 +839,9 @@
// this.getPayStatus(this.orderId)
// }, 400)
// }
this.shake=null
// setTimeout(()=>{
// this.shake=null
// },1000)
}
})
},
@@ -924,7 +928,9 @@
this.getPayStatus(this.orderId)
}, 400)
}
this.shake=null
// setTimeout(()=>{
// this.shake=null
// },1000)
}
})
},
@@ -1119,7 +1125,9 @@
}, 400)
}
}
this.shake=null
setTimeout(()=>{
this.shake=null
},1000)
})
},
// 收费则yi
@@ -1195,7 +1203,9 @@
this.getPayStatus(this.orderId)
}, 400)
}
setTimeout(()=>{
this.shake=null
},1000)
}
})
},