修改好店详情页图片的显示逻辑
This commit is contained in:
parent
ed0750f1e0
commit
4f82c7c5d7
@ -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(',') : [];
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user