Browse Source

修改支付弹出层回调

master
liutong 1 year ago
parent
commit
e07c11d10e
  1. 2
      components/payment/payment.vue

2
components/payment/payment.vue

@ -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;

Loading…
Cancel
Save