Commit 97845669 authored by 李智书's avatar 李智书

Merge branch 'develop' into uat

parents aba543d0 2a454128
......@@ -234,13 +234,22 @@
bindCardNo: ''
},
ImgUrl: this.$ImgUrl,
MoneyList: Array(5).fill(1).map((v, index) => {
return {
lable: index == 4 ? '其他金额' : '',
value: index == 4 ? '' : 50 * (index + 1) + 50,
tips: index == 1 ? "推荐充值" : null
}
}),
MoneyList: [{
lable: '',
value: 100
}, {
lable: '',
value: 200
}, {
lable: '',
value: 500
}, {
lable: '',
value: 1000
}, {
lable: '其他金额',
value: ''
}],
numberList: [],
tempFiles1: '../../static/img/idCardBg1.png', //上传身份证临时选择文件
tempFiles2: '../../static/img/idCardBg0.png',
......@@ -419,7 +428,7 @@
type: "POST",
contentType: "application/x-www-form-urlencoded",
data: {
amount: (this.Money * 1).toFixed(2), //充值金额,单位元
amount: ((this.Money || this.inputOtherM) * 1).toFixed(2), //充值金额,单位元
schoolId: bankInfo.schoolId, //学校id
userId: userID, //用户id
sessionid: sessionID,
......
......@@ -241,13 +241,22 @@
bindCardNo: ''
},
ImgUrl: this.$ImgUrl,
MoneyList: Array(5).fill(1).map((v, index) => {
return {
lable: index == 4 ? '其他金额' : '',
value: index == 4 ? '' : 50 * (index + 1) +50,
tips: index == 1 ? "推荐充值" : null
}
}),
MoneyList:[{
lable:'',
value:100
},{
lable:'',
value:200
},{
lable:'',
value:500
},{
lable:'',
value:1000
},{
lable:'其他金额',
value:''
}],
numberList: [],
tempFiles1: '../../static/img/idCardBg1.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