Commit 71b7b2c1 authored by 符伟's avatar 符伟

充值额度修改

parent b9e23711
...@@ -234,13 +234,22 @@ ...@@ -234,13 +234,22 @@
bindCardNo: '' bindCardNo: ''
}, },
ImgUrl: this.$ImgUrl, ImgUrl: this.$ImgUrl,
MoneyList: Array(5).fill(1).map((v, index) => { MoneyList: [{
return { lable:'',
lable: index == 4 ? '其他金额' : '', value:100
value: index == 4 ? '' : 50 * (index + 1) + 50, },{
tips: index == 1 ? "推荐充值" : null lable:'',
} value:200
}), },{
lable:'',
value:500
},{
lable:'',
value:1000
},{
lable:'其他金额',
value:''
}],
numberList: [], numberList: [],
tempFiles1: '../../static/img/idCardBg1.png', //上传身份证临时选择文件 tempFiles1: '../../static/img/idCardBg1.png', //上传身份证临时选择文件
tempFiles2: '../../static/img/idCardBg0.png', tempFiles2: '../../static/img/idCardBg0.png',
......
...@@ -241,13 +241,22 @@ ...@@ -241,13 +241,22 @@
bindCardNo: '' bindCardNo: ''
}, },
ImgUrl: this.$ImgUrl, ImgUrl: this.$ImgUrl,
MoneyList: Array(5).fill(1).map((v, index) => { MoneyList:[{
return { lable:'',
lable: index == 4 ? '其他金额' : '', value:100
value: index == 4 ? '' : 50 * (index + 1) +50, },{
tips: index == 1 ? "推荐充值" : null lable:'',
} value:200
}), },{
lable:'',
value:500
},{
lable:'',
value:1000
},{
lable:'其他金额',
value:''
}],
numberList: [], numberList: [],
tempFiles1: '../../static/img/idCardBg1.png', //上传身份证临时选择文件 tempFiles1: '../../static/img/idCardBg1.png', //上传身份证临时选择文件
tempFiles2: '../../static/img/idCardBg0.png', tempFiles2: '../../static/img/idCardBg0.png',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment