小程序滑动到底部功能

微信小程序已经封装了的方法

 /**
   * 页面上拉触底事件的处理函数
   */
  onReachBottom: function () {
    
    
    this.data.queryInfo.page++
    this.setData({
    
    
      gif:true
    })
    setInterval(()=>{
    
    
      this.getHomeList()
      this.setData({
    
    
        gif:false
      })
    },3000)
  }

猜你喜欢

转载自blog.csdn.net/weixin_46191691/article/details/107783350
今日推荐