Commit 4bbce7d9 by 高淑倩

modify: 商品列表_pageSize_50

parent 578f5b37
......@@ -6,10 +6,10 @@ wxService.page({
* 页面的初始数据
*/
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,
pageNo: 1,
pageSize: 10,
pageSize: 50,
totalPages: 0,
totalElements: 0,
activityId: '',
......@@ -63,7 +63,7 @@ wxService.page({
activityId,
},()=> {
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