@ -303,7 +303,7 @@ export default {
uni.hideLoading();
if (res.code >= 0) {
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) {
this.paySuccess();
return;