Merge branch 'feature/GFRS-213【待确定】电投问题件-前端开发-new' into dev

This commit is contained in:
mengxiaolong
2020-08-27 12:52:26 +08:00

View File

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