yuanyiming 1 year ago
parent
commit
98684dfb74
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/activityList/activityList.vue
  2. 1 1
      pages/activityList_2/activityList_2.vue

+ 1 - 1
pages/activityList/activityList.vue

@@ -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 => {

+ 1 - 1
pages/activityList_2/activityList_2.vue

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