美文网首页
小程序下拉刷新无效

小程序下拉刷新无效

作者: 求喜欢 | 来源:发表于2018-12-11 11:20 被阅读0次
    已经在xxxx.json中设置了:
    
    {
    
      "enablePullDownRefresh": true
    
    }
    
    
    xxxx.js中写了相应刷新:
    
    onPullDownRefresh:function(){
    
        wx.stopPullDownRefresh();
    
        this.onLoad()
    
      }
    
    

    刷新还是不行执行,发现页面中存在scroll-view,换成view后解决

    如果涉及到上拉加载,可以使用

    
    onReachBottom: function() {
    
        var that = this
    
        xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    
      },
    
    

    相关文章

      网友评论

          本文标题:小程序下拉刷新无效

          本文链接:https://www.haomeiwen.com/subject/fxeshqtx.html