1.银联新增订单价格

master
杨杰 3 years ago
parent 1c5052b458
commit 6ca900b91d
  1. 4
      high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue

@ -73,6 +73,7 @@
typeId: '', typeId: '',
inputAmountId: '', inputAmountId: '',
inputAmount: '', inputAmount: '',
orderPrice:'',
inputPhone: '', inputPhone: '',
amoutType: '', amoutType: '',
codesVlues: '', codesVlues: '',
@ -111,6 +112,7 @@
methods: { methods: {
select(amoutinfos) { select(amoutinfos) {
this.inputAmount = amoutinfos.realPrice; this.inputAmount = amoutinfos.realPrice;
this.orderPrice = amoutinfos.price;
this.inputAmountId = amoutinfos.id; this.inputAmountId = amoutinfos.id;
}, },
@ -151,7 +153,7 @@
return false; return false;
} }
let params = { let params = {
"orderPrice": this.inputAmount, "orderPrice": this.orderPrice,
"payPrice": this.inputAmount, "payPrice": this.inputAmount,
"rechargeContent": this.inputPhone, "rechargeContent": this.inputPhone,
"rechargeModel": this.amoutType, "rechargeModel": this.amoutType,

Loading…
Cancel
Save