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,