This commit is contained in:
wangjiahai
2024-01-09 19:55:14 +08:00
parent 84661fa620
commit 76ac309091

View File

@@ -95,7 +95,7 @@
}).then((res) => { }).then((res) => {
this.page.payTime = res.data.time_end this.page.payTime = res.data.time_end
this.page.createTime = res.data.createTime this.page.createTime = res.data.createTime
uni.showLoading({ uni.showLoading({
mask: true, mask: true,
title: '订单生成中 ' + _this.page.seconds title: '订单生成中 ' + _this.page.seconds
@@ -123,6 +123,7 @@
}); });
}, },
onUnload() { onUnload() {
this.page.seconds = 0
let bus = this.data.bus let bus = this.data.bus
for (var i = 0; i < bus.length; i++) { for (var i = 0; i < bus.length; i++) {
uni.$emit(bus[i] + '') uni.$emit(bus[i] + '')