From 4f82c7c5d7bd2285c3ccea7d595667440fb3319f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 1 Dec 2025 17:15:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A5=BD=E5=BA=97=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E5=9B=BE=E7=89=87=E7=9A=84=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/localLife/comment/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/localLife/comment/index.vue b/packages/localLife/comment/index.vue index d1b376c4..dfc6c636 100644 --- a/packages/localLife/comment/index.vue +++ b/packages/localLife/comment/index.vue @@ -124,8 +124,10 @@ export default { this.top = meun.top; // this.top = meun.height + meun.top; this.localHeight = meun.height; - this.info = uni.getStorageSync("merchantInfo") - + this.info = uni.getStorageSync("merchantInfo"); + if (!this.info.bigImg) { + this.info.bigImg = this.info.album_images ? this.info.album_images.split(',') : []; + } },