yuanyiming 1 年之前
父節點
當前提交
cac2c99250
共有 2 個文件被更改,包括 2 次插入2 次删除
  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: currentPage, //下拉获取更多的备用字段
+					page: this.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: currentPage, //下拉获取更多的备用字段
+					page: this.currentPage, //下拉获取更多的备用字段
 					lim: 10 //一次获取多少数据
 				}
 				this.$request('/selectActivity', "POST", data).then(res => {