修改支付跳转修改打包版本
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user