Commit 4bbce7d9 by 高淑倩

modify: 商品列表_pageSize_50

parent 578f5b37
...@@ -6,10 +6,10 @@ wxService.page({ ...@@ -6,10 +6,10 @@ wxService.page({
* 页面的初始数据 * 页面的初始数据
*/ */
data: { data: {
goodsList: [{ name: 'aa' }, { name: 'aa' }, { name: 'aa' }, { name: 'aa' }, { name: 'aa' }, { name: 'aa' }, { name: 'aa' }, { name: 'aa' }, { name: 'aa' }, { name: 'aa' }, { name: 'aa' }, { name: 'aa' }], goodsList: [],
isNoMore: false, isNoMore: false,
pageNo: 1, pageNo: 1,
pageSize: 10, pageSize: 50,
totalPages: 0, totalPages: 0,
totalElements: 0, totalElements: 0,
activityId: '', activityId: '',
...@@ -63,7 +63,7 @@ wxService.page({ ...@@ -63,7 +63,7 @@ wxService.page({
activityId, activityId,
},()=> { },()=> {
this.getSysHeight() this.getSysHeight()
this.findActivityProductList(activityId, 1, 10) this.findActivityProductList(activityId, 1, 50)
}) })
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment