|
@@ -141,6 +141,12 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
methods: {
|
|
|
+ // 电话客服
|
|
|
+ callPhone () {
|
|
|
+ uni.makePhoneCall({
|
|
|
+ phoneNumber: '15202957025'
|
|
|
+ })
|
|
|
+ },
|
|
|
// 倒计时结束时,自动完成洗车订单
|
|
|
endDtime() {
|
|
|
this.washCarSuccess()
|
|
@@ -201,7 +207,7 @@ export default {
|
|
|
// 洗车完成
|
|
|
washCarSuccess(){
|
|
|
this.status = "success";
|
|
|
- this.curWorkStutesText='洗车已完成';
|
|
|
+ this.curWorkStutesText='洗车已结束';
|
|
|
this.resetLoadingStatus();
|
|
|
// 关闭socket
|
|
|
this.$store.commit("$closeWebsocket")
|
|
@@ -235,12 +241,6 @@ export default {
|
|
|
this.ldeg = -135 + 6 * (second - 30);
|
|
|
}
|
|
|
},
|
|
|
- // 电话客服
|
|
|
- callPhone () {
|
|
|
- uni.makePhoneCall({
|
|
|
- phoneNumber: '15202957025'
|
|
|
- })
|
|
|
- },
|
|
|
// 归位机器
|
|
|
resetRabt(){
|
|
|
// 归位命令
|