|
|
@ -161,7 +161,7 @@ export default { |
|
|
|
else if (list[i].answerId == '87') { this.form.currency = +list[i].emptyTwo } //币种 |
|
|
|
else if (list[i].answerId == '87') { this.form.currency = +list[i].emptyTwo } //币种 |
|
|
|
else if (list[i].answerId == '88') { this.form.goldLogo = +list[i].emptyTwo } //钞汇标识 |
|
|
|
else if (list[i].answerId == '88') { this.form.goldLogo = +list[i].emptyTwo } //钞汇标识 |
|
|
|
else if (list[i].answerId == '89') { this.form.money = list[i].emptyTwo } //金额 |
|
|
|
else if (list[i].answerId == '89') { this.form.money = list[i].emptyTwo } //金额 |
|
|
|
else if (list[i].answerId == '90') { this.form.drawWay = +list[i].emptyTwo } //支取方式 |
|
|
|
else if (list[i].answerId == '90') { this.form.fundingSource = +list[i].emptyTwo } //支取方式 |
|
|
|
// if (list[i].answerId == '91') {sessionStorage.setItem('nomCurrentWithdrawalPassword', list[i].emptyTwo)} //支取密码 |
|
|
|
// if (list[i].answerId == '91') {sessionStorage.setItem('nomCurrentWithdrawalPassword', list[i].emptyTwo)} //支取密码 |
|
|
|
else if (list[i].answerId == '91') { |
|
|
|
else if (list[i].answerId == '91') { |
|
|
|
console.log(91) |
|
|
|
console.log(91) |
|
|
@ -202,7 +202,7 @@ export default { |
|
|
|
{ answerId: 761, emptyOne: '', emptyTwo: '', operationIds: preId + ',761', type: '' }, |
|
|
|
{ answerId: 761, emptyOne: '', emptyTwo: '', operationIds: preId + ',761', type: '' }, |
|
|
|
{ answerId: 762, emptyOne: 8, emptyTwo: form.currency, operationIds: preId + ',762', type: 1 }, |
|
|
|
{ answerId: 762, emptyOne: 8, emptyTwo: form.currency, operationIds: preId + ',762', type: 1 }, |
|
|
|
{ answerId: 763, emptyOne: 121, emptyTwo: form.money, operationIds: preId + ',763', type: 3 }, |
|
|
|
{ answerId: 763, emptyOne: 121, emptyTwo: form.money, operationIds: preId + ',763', type: 3 }, |
|
|
|
{ answerId: 764, emptyOne: 122, emptyTwo: form.drawWay, operationIds: preId + ',764', type: 1 }, |
|
|
|
{ answerId: 764, emptyOne: 122, emptyTwo: form.fundingSource, operationIds: preId + ',764', type: 1 }, |
|
|
|
{ answerId: 765, emptyOne: 17, emptyTwo: form.drawPassword, operationIds: preId + ',765', type: 3 }, |
|
|
|
{ answerId: 765, emptyOne: 17, emptyTwo: form.drawPassword, operationIds: preId + ',765', type: 3 }, |
|
|
|
) |
|
|
|
) |
|
|
|
let params = { |
|
|
|
let params = { |
|
|
|