修改好店详情页图片的显示逻辑

This commit is contained in:
赵毅 2025-12-01 17:15:40 +08:00
parent ed0750f1e0
commit 4f82c7c5d7

View File

@ -124,8 +124,10 @@ export default {
this.top = meun.top; this.top = meun.top;
// this.top = meun.height + meun.top; // this.top = meun.height + meun.top;
this.localHeight = meun.height; 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(',') : [];
}
}, },