|
|
@ -142,7 +142,6 @@ Page({ |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
submitForm: function(){ |
|
|
submitForm: function(){ |
|
|
|
|
|
|
|
|
if (util.isEmpty(this.data.form.name)) { |
|
|
if (util.isEmpty(this.data.form.name)) { |
|
|
util.showToast('请输入持卡人姓名') |
|
|
util.showToast('请输入持卡人姓名') |
|
|
return |
|
|
return |
|
|
@ -151,10 +150,10 @@ Page({ |
|
|
util.showToast('请输入银行卡卡号') |
|
|
util.showToast('请输入银行卡卡号') |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
if (util.isEmpty(this.data.form.cardName)) { |
|
|
|
|
|
util.showToast('输入银行卡卡号暂无信息,请重新输入银行卡卡号') |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// if (util.isEmpty(this.data.form.cardName)) {
|
|
|
|
|
|
// util.showToast('输入银行卡卡号暂无信息,请重新输入银行卡卡号')
|
|
|
|
|
|
// return
|
|
|
|
|
|
// }
|
|
|
// if (util.isEmpty(this.data.form.idno) && this.data.form.type == 4) {
|
|
|
// if (util.isEmpty(this.data.form.idno) && this.data.form.type == 4) {
|
|
|
// util.showToast('请输入身份证号码')
|
|
|
// util.showToast('请输入身份证号码')
|
|
|
// return
|
|
|
// return
|
|
|
|