From 6ca900b91db5732c08229f3b1c7867fc930efeca Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Fri, 3 Dec 2021 16:54:30 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=93=B6=E8=81=94=E6=96=B0=E5=A2=9E=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/unionPay/recharge-centre/recharge-centre.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue b/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue index 7a44685..2017247 100644 --- a/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue +++ b/high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue @@ -73,6 +73,7 @@ typeId: '', inputAmountId: '', inputAmount: '', + orderPrice:'', inputPhone: '', amoutType: '', codesVlues: '', @@ -111,6 +112,7 @@ methods: { select(amoutinfos) { this.inputAmount = amoutinfos.realPrice; + this.orderPrice = amoutinfos.price; this.inputAmountId = amoutinfos.id; }, @@ -151,7 +153,7 @@ return false; } let params = { - "orderPrice": this.inputAmount, + "orderPrice": this.orderPrice, "payPrice": this.inputAmount, "rechargeContent": this.inputPhone, "rechargeModel": this.amoutType,