yuanyiming 1 year ago
parent
commit
1881691266
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/activityPage/activityPage.vue

+ 1 - 1
pages/activityPage/activityPage.vue

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