From cb0de8b3ad8889d76aee8e419a80f9fdb2d935b8 Mon Sep 17 00:00:00 2001 From: songwenxuan <1924103812@qq.com> Date: Mon, 5 Feb 2024 16:12:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A3=8E=E9=99=A9=E5=8D=95?= =?UTF-8?q?=E5=85=83=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=AE=A1=E6=8E=A7=E8=B4=9F?= =?UTF-8?q?=E8=B4=A3=E4=BA=BA=E7=9A=84=E9=97=AE=E9=A2=98=E5=92=8C=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=9A=90=E6=82=A3=E9=AA=8C=E6=94=B6=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hidden/zczb/components/hidden.vue | 2 +- src/views/risk/corpinfo/components/point.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/hidden/zczb/components/hidden.vue b/src/views/hidden/zczb/components/hidden.vue index fab3363..02b1c91 100644 --- a/src/views/hidden/zczb/components/hidden.vue +++ b/src/views/hidden/zczb/components/hidden.vue @@ -378,7 +378,7 @@ export default { this.checkList = data.checkList this.hImgs = data.hImgs this.rImgs = data.rImgs - this.cImgs = data.cImgs + this.cImgs = data.cImgs || data.checkList[0].cImgs this.sImgs = data.sImgs console.log(this.hImgs) this.$nextTick(() => { diff --git a/src/views/risk/corpinfo/components/point.vue b/src/views/risk/corpinfo/components/point.vue index 79554ae..4b9a41f 100644 --- a/src/views/risk/corpinfo/components/point.vue +++ b/src/views/risk/corpinfo/components/point.vue @@ -85,7 +85,7 @@