jiangping
2024-07-29 14fbe95ee5c7f601da703614f7e1e4a8ec29c8ce
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