111
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
}).then((res) => {
|
||||
this.page.payTime = res.data.time_end
|
||||
this.page.createTime = res.data.createTime
|
||||
|
||||
|
||||
uni.showLoading({
|
||||
mask: true,
|
||||
title: '订单生成中 ' + _this.page.seconds
|
||||
@@ -123,6 +123,7 @@
|
||||
});
|
||||
},
|
||||
onUnload() {
|
||||
this.page.seconds = 0
|
||||
let bus = this.data.bus
|
||||
for (var i = 0; i < bus.length; i++) {
|
||||
uni.$emit(bus[i] + '')
|
||||
|
||||
Reference in New Issue
Block a user