|
@@ -343,7 +343,6 @@
|
|
|
useSubsidyFlag: this.hasKdk? '1' : '0',
|
|
|
payOnlineType: this.payType == 0 ? 'RECHARGE_BALANCE' : this.payType == 1 ? 'PAY_WECHAT_ONLINE' : ''
|
|
|
}).then(res => {
|
|
|
- this.loading = false
|
|
|
uni.hideLoading()
|
|
|
if(res.status == 200){
|
|
|
// 删除已提交产品
|
|
@@ -375,10 +374,12 @@
|
|
|
uni.$emit("refashPayBalance")
|
|
|
})
|
|
|
}else{
|
|
|
+ this.loading = false
|
|
|
uni.$emit("refashPayBalance")
|
|
|
this.payComplete(null,true)
|
|
|
}
|
|
|
}else{
|
|
|
+ this.loading = false
|
|
|
uni.$emit("refashPayBalance")
|
|
|
uni.showToast({
|
|
|
title: res.message,
|
|
@@ -405,6 +406,7 @@
|
|
|
// 充值余额支付成功
|
|
|
this.payComplete(null,true)
|
|
|
}
|
|
|
+ this.loading = false
|
|
|
},
|
|
|
// 订单详情页
|
|
|
payComplete(data){
|