Commit fe33149a by 李嘉林

图片画廊高度变形问题

parent 788d50ad
/* static/nativeComponents/PhotoGallery/index.wxss */ /* static/nativeComponents/PhotoGallery/index.wxss */
@import "/static/font/common_icon.wxss"; @import "/static/font/common_icon.wxss";
image{
width: 100%;
height: auto;
}
.photo-gallery{ .photo-gallery{
width: 100%; width: 100%;
font-size: 32rpx; font-size: 32rpx;
......
...@@ -265,6 +265,7 @@ const componentOptions = { ...@@ -265,6 +265,7 @@ const componentOptions = {
}); });
}, },
getScroll() { getScroll() {
return;
this.getData(); this.getData();
this.getEleInfo(() => { this.getEleInfo(() => {
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment