1.删除图片 添加价格

yj-dev
杨杰 3 years ago
parent 9b84d0d318
commit 72d18ba51b
  1. 6
      subPages/recharge-centre/recharge-centre.vue
  2. BIN
      subPages/static/head.jpg

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 KiB

Loading…
Cancel
Save