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