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(',') : []; + } },