k94314517
2024-07-29 5a42219c9f91fd8fa77ddd8c8945d03168250b68
wechat_staff/pages/userinfo/collect.js
@@ -16,6 +16,11 @@
  },
  onLoad(options) {
  },
  onPullDownRefresh: function () {
    console.log('下拉刷新');
    this.setData({ dataList: [], pageNum: 1, total: 0 })
    this.getList()
  },
  onReachBottom() {
    console.log('触底事件');
    const { total, dataList, pageNum } = this.data