@@ -317,7 +317,7 @@ Page({
wx.showToast({ title: '支付成功', icon: 'success' });
setTimeout(() => {
that.getDetail()
- }, 1000)
+ }, 1500)
},
fail(ressonInfo) {
console.log('支付失败', ressonInfo)
@@ -238,6 +238,7 @@ Page({
this.onExecutePay(paymentConfig, paymentType, orderNo)
} else {
this.onPayError()
+ this.getList()
}
} catch {
wx.hideLoading()