|
|
|
@ -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, |
|
|
|
|