小程序组件 scroll-view 下拉加载更多,触底触发事件,容器高度设置

时间:2020-10-16 17:26:18   收藏:0   阅读:196

技术分享图片

 

 

var that = this;

    /**
     * 获取当前设备的宽高
     */
    wx.getSystemInfo({ 
      success: function (res) { 
          that.setData({ 
              clientHeight: res.windowHeight -30
          }); 
      } 
});

技术分享图片

 

 

style="height: {{clientHeight?clientHeight+‘px‘:‘auto‘}}"

 

原文:https://www.cnblogs.com/swt-axios/p/13826461.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!