111
This commit is contained in:
@@ -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] + '')
|
||||||
|
|||||||
Reference in New Issue
Block a user