From 80438a6ef218f4e5da0cce80aefe8ff403e6d09f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 16 Jun 2023 18:02:34 +0800 Subject: [PATCH] bug --- project/fengdu/app/AppIntegratingAudit/components/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/fengdu/app/AppIntegratingAudit/components/Detail.vue b/project/fengdu/app/AppIntegratingAudit/components/Detail.vue index edc54777..0964e7a8 100644 --- a/project/fengdu/app/AppIntegratingAudit/components/Detail.vue +++ b/project/fengdu/app/AppIntegratingAudit/components/Detail.vue @@ -169,7 +169,7 @@ this.eventForm.content = res.data.content this.eventForm.applyIntegral = res.data.applyIntegral } - this.info.images = res.data.files.filter(e => (['jpeg', 'jpg', 'png'].includes(e.postfix.split('.')[1]))) + this.info.images = res.data.files.filter(e => (['jpeg', 'jpg', 'png', 'JPG', 'JPEG', 'PNG'].includes(e.postfix.split('.')[1]))) this.info.videos = res.data.files.filter(e => (['mp4', 'MOV'].includes(e.postfix.split('.')[1]))) } }