|
|
@ -303,7 +303,7 @@ export default { |
|
|
uni.hideLoading(); |
|
|
uni.hideLoading(); |
|
|
if (res.code >= 0) { |
|
|
if (res.code >= 0) { |
|
|
console.log(res.data, `pay`); |
|
|
console.log(res.data, `pay`); |
|
|
this.payInfo.pay_money = res.data.pay_money; |
|
|
this.getPayInfo(res.data.out_trade_no) |
|
|
if (res.data.pay_success) { |
|
|
if (res.data.pay_success) { |
|
|
this.paySuccess(); |
|
|
this.paySuccess(); |
|
|
return; |
|
|
return; |
|
|
|