lll
liukangdong
2024-07-31 7b2847ac00849ffe33e4b1ca186fd9b6ad312dad
wechat_staff/pages/userinfo/collect.js
@@ -14,18 +14,19 @@
    pageNum: 1,
    pageSize: 10,
  },
  onLoad(options) {},
  onLoad(options) { },
  onPullDownRefresh: function () {
    console.log('下拉刷新');
    console.log('下拉刷新')
    this.setData({
      dataList: [],
      pageNum: 1,
      total: 0
    })
    wx.stopPullDownRefresh()
    this.getList()
  },
  onReachBottom() {
    console.log('触底事件');
    console.log('触底事件')
    const {
      total,
      dataList,