|
|
|
@ -79,7 +79,8 @@ |
|
|
|
|
inputPhone: '', |
|
|
|
|
amoutType: '', |
|
|
|
|
codesVlues: '', |
|
|
|
|
amountList: [] |
|
|
|
|
amountList: [], |
|
|
|
|
price:'' |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad(options) { |
|
|
|
@ -114,6 +115,7 @@ |
|
|
|
|
methods: { |
|
|
|
|
select(amoutinfos) { |
|
|
|
|
this.inputAmount = amoutinfos.realPrice; |
|
|
|
|
this.price = amoutinfos.price; |
|
|
|
|
this.inputAmountId = amoutinfos.id; |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -168,7 +170,7 @@ |
|
|
|
|
duration: 2000, |
|
|
|
|
success() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '../unionComfirmation/unionComfirmation?orderPrice=' + that.inputAmount + |
|
|
|
|
url: '../unionComfirmation/unionComfirmation?orderPrice=' + that.price + |
|
|
|
|
'&payPrice=' + that.inputAmount + '&rechargeContent=' + that.inputPhone + |
|
|
|
|
'&rechargeModel=' + that.amoutType + '&agentKey=' + that.codesVlues +'&objectId='+that.inputAmountId |
|
|
|
|
}) |
|
|
|
|