mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 01:16:45 +08:00
微信端上传资料校验修改
This commit is contained in:
@@ -189,7 +189,11 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
checkSupplementData() {
|
checkSupplementData() {
|
||||||
|
if (this.isWeixin) {
|
||||||
|
return this.imageList.length !== 0
|
||||||
|
} else {
|
||||||
return this.imageResultList.length !== 0
|
return this.imageResultList.length !== 0
|
||||||
|
}
|
||||||
},
|
},
|
||||||
// 转账不成功问题件添加银行卡照片
|
// 转账不成功问题件添加银行卡照片
|
||||||
async cardUpload(file, detail) {
|
async cardUpload(file, detail) {
|
||||||
|
|||||||
Reference in New Issue
Block a user