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