liukangdong
2024-07-26 1ae423f71a056e06a1f8908c6ae048d865e8ff47
wechat_jiaxuan/pages/userinfo/mysub.js
@@ -15,6 +15,11 @@
  onLoad(options) {
    this.getList()
  },
  onPullDownRefresh: function () {
    console.log('下拉刷新');
    this.setData({ dataList: [], page: 1, total: 0 })
    this.getList()
  },
  onReachBottom() {
    console.log('触底事件');
    const { total, dataList, page } = this.data