From b42cfca14dae59a81d20df75e8627148d63a3ac6 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Sat, 4 Jan 2025 15:38:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(payment):=20=E6=9B=B4=E6=96=B0=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E4=BF=A1=E6=81=AF=E5=92=8C=20API=20=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在支付组件中添加支付金额信息更新 --- components/payment/payment.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/payment/payment.vue b/components/payment/payment.vue index 022f893..62a02fc 100644 --- a/components/payment/payment.vue +++ b/components/payment/payment.vue @@ -303,6 +303,7 @@ import { launchMiniProgram } from '../../common/js/jweixin-module/out'; uni.hideLoading(); if (res.code >= 0) { console.log(res.data, `pay`); + this.payInfo.pay_money = res.data.pay_money; if (res.data.pay_success) { this.paySuccess(); return;