lll
liukangdong
2024-07-21 4eaf6d8835d4e9b204f13d012f13bbd8a94a21cc
wechat_jiaxuan/pages/userinfo/collect.js
@@ -18,11 +18,17 @@
    this.getList()
  },
  onReachBottom() {
    if(this.data.total > this.data.dataset.length){
      this.setData({ pageNum: this.data.pageNum + 1 })
    console.log('触底事件');
    const { total, dataList, pageNum } = this.data
    if(total > dataList.length){
      this.setData({ pageNum: pageNum + 1 })
      this.getList()
    }else{
      wx.showToast({
        title: '暂无更多数据',
        icon: 'none'
      })
    }
    // this.pageN
  },
  tabsChange(e) {
    const activeTabs = e.currentTarget.dataset.val