微信端上传资料校验修改

This commit is contained in:
mengxiaolong
2020-08-27 12:52:00 +08:00
parent 294e9225a5
commit eb1e122ccf

View File

@@ -189,7 +189,11 @@ export default {
} }
}, },
checkSupplementData() { checkSupplementData() {
return this.imageResultList.length !== 0 if (this.isWeixin) {
return this.imageList.length !== 0
} else {
return this.imageResultList.length !== 0
}
}, },
// 转账不成功问题件添加银行卡照片 // 转账不成功问题件添加银行卡照片
async cardUpload(file, detail) { async cardUpload(file, detail) {