开门中时,提示开门超时并返回首页
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Successful in 44s

This commit is contained in:
kk
2026-07-13 17:37:51 +08:00
parent 42c2b8de07
commit 8b5d68592b
+5 -3
View File
@@ -234,9 +234,11 @@ export default {
await new Promise(resolve => setTimeout(resolve, interval));
}
// 超时
this.step = '';
uni.showToast({ title: '开门超时,请重试', icon: 'none' });
// 轮询结束
if (this.step === 'opening') {
this.step = '';
uni.showToast({ title: '开门超时,请重试', icon: 'none' });
}
},
// 查询订单信息