Commit 2a454128 authored by 李智书's avatar 李智书

1.修改充值金额;

parent e76172ea
...@@ -235,20 +235,20 @@ ...@@ -235,20 +235,20 @@
}, },
ImgUrl: this.$ImgUrl, ImgUrl: this.$ImgUrl,
MoneyList: [{ MoneyList: [{
lable:'', lable: '',
value:100 value: 100
},{ }, {
lable:'', lable: '',
value:200 value: 200
},{ }, {
lable:'', lable: '',
value:500 value: 500
},{ }, {
lable:'', lable: '',
value:1000 value: 1000
},{ }, {
lable:'其他金额', lable: '其他金额',
value:'' value: ''
}], }],
numberList: [], numberList: [],
tempFiles1: '../../static/img/idCardBg1.png', //上传身份证临时选择文件 tempFiles1: '../../static/img/idCardBg1.png', //上传身份证临时选择文件
...@@ -428,7 +428,7 @@ ...@@ -428,7 +428,7 @@
type: "POST", type: "POST",
contentType: "application/x-www-form-urlencoded", contentType: "application/x-www-form-urlencoded",
data: { data: {
amount: (this.Money * 1).toFixed(2), //充值金额,单位元 amount: ((this.Money || this.inputOtherM) * 1).toFixed(2), //充值金额,单位元
schoolId: bankInfo.schoolId, //学校id schoolId: bankInfo.schoolId, //学校id
userId: userID, //用户id userId: userID, //用户id
sessionid: sessionID, sessionid: sessionID,
......
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