From eb1e122ccff4533d753275dbb55f0466d3bdb732 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Thu, 27 Aug 2020 12:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=AB=AF=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E8=B5=84=E6=96=99=E6=A0=A1=E9=AA=8C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/questions/QuestionsDetail.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/questions/QuestionsDetail.vue b/src/views/ebiz/questions/QuestionsDetail.vue index e9a6c978b..b6e26c9a6 100644 --- a/src/views/ebiz/questions/QuestionsDetail.vue +++ b/src/views/ebiz/questions/QuestionsDetail.vue @@ -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) {