jiangping
2024-07-26 cd58a72cccae3f5c84894ec0cf362fc1b7448371
wechat_jiaxuan/components/disRealpic/index.js
@@ -51,6 +51,10 @@
        })
      })
    },
    scrolltoupper() {
      this.setData({ pageNum: 1,datalist: [],total: 0})
      this.getList()
    },
    scrolltolower() {
      console.log('触底事件');
      const { total, dataList, pageNum } = this.data