liukangdong
2024-08-05 b9b6de6fc6cf1d586bd43b2c72b447da03cb01f3
wechat_jiaxuan/pages/userinfo/mysub.js
@@ -18,6 +18,7 @@
  onPullDownRefresh: function () {
    console.log('下拉刷新');
    this.setData({ dataList: [], page: 1, total: 0 })
    wx.stopPullDownRefresh()
    this.getList()
  },
  onReachBottom() {