jiangping
2024-07-29 2f3b3bd2fdf08822e54ebd2ee7a86790ca46a535
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