@@ -43,7 +43,7 @@
let data = {
openid: uni.getStorageSync('oId'),
ty: 1,
- page: 1, //下拉获取更多的备用字段
+ page: currentPage, //下拉获取更多的备用字段
lim: 6 //一次获取多少数据
}
this.$request('/selectActivity', "POST", data).then(res => {
@@ -42,7 +42,7 @@
ty: 2,
lim: 10 //一次获取多少数据