wangjiahai 1 year ago
parent
commit
76ac309091
  1. 3
      uni_modules/common-pay/pages/success/success.vue

3
uni_modules/common-pay/pages/success/success.vue

@ -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] + '')

Loading…
Cancel
Save