修改支付跳转修改打包版本

This commit is contained in:
2024-12-13 16:46:16 +08:00
parent f0edf9f419
commit b344413b2a
3 changed files with 19 additions and 5 deletions

View File

@@ -51,16 +51,20 @@
uni.navigateBack()
},500)
}else{
// #ifdef APP
uni.showLoading({
title:'支付中'
})
// #endif
}
});
},
onHide() {
clearInterval(this.timer)
uni.hideLoading()
},
onUnload() {
uni.hideLoading()
},
onLoad: function(option) {
console.log(option)