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: '',
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,

Loading…
Cancel
Save