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 @@