mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 01:56:44 +08:00
微信端上传资料校验修改
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