提交 b83809fc authored 作者: 郑伟娜's avatar 郑伟娜

修改传参

上级 2332a237
...@@ -477,11 +477,16 @@ ...@@ -477,11 +477,16 @@
}, },
// 充值保证金 // 充值保证金
getAddBond(type) { getAddBond(type) {
let imgArr = []
this.ruleFormdialogLogo.map(item => {
imgArr.push(item.url)
})
let params let params
if (type == 1) { if (type == 1) {
params = { params = {
recharge_type: 1, recharge_type: 1,
voucher: this.ruleFormdialogLogo || undefined, voucher: imgArr || undefined,
remitting_public_account: this.payForm.account || undefined remitting_public_account: this.payForm.account || undefined
} }
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论