mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 09:02:52 +08:00
Merge branch 'feature/GFRS-213【待确定】电投问题件-前端开发-new' into dev
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user