yuanyiming 1 year ago
parent
commit
cac2c99250
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 = {
 				let data = {
 					openid: uni.getStorageSync('oId'),
 					openid: uni.getStorageSync('oId'),
 					ty: 1,
 					ty: 1,
-					page: currentPage, //下拉获取更多的备用字段
+					page: this.currentPage, //下拉获取更多的备用字段
 					lim: 6 //一次获取多少数据
 					lim: 6 //一次获取多少数据
 				}
 				}
 				this.$request('/selectActivity', "POST", data).then(res => {
 				this.$request('/selectActivity', "POST", data).then(res => {

+ 1 - 1
pages/activityList_2/activityList_2.vue

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