wechat_jiaxuan/pages/userinfo/collect.js
@@ -11,7 +11,7 @@ dataList: [], total: 0, pageNum: 1, pageNum: 1, pageSize: 10, }, onLoad(options) { @@ -67,7 +67,7 @@ }).then(res => { if (res.data) { this.setData({ dataList: [...this.data.dataset, ...res.data.records || []], dataList: [...this.data.dataList, ...res.data.records || []], total: res.data.total }) }