From e07c11d10e3b72b68297a39e1bbe59baa8ae42e9 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Sat, 4 Jan 2025 16:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=AF=E4=BB=98=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E5=B1=82=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/payment/payment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/payment/payment.vue b/components/payment/payment.vue index 5eea4f8..d086227 100644 --- a/components/payment/payment.vue +++ b/components/payment/payment.vue @@ -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;