Commit e6ce6666ae01f16ed7181d3f7710500d9d3d1d2b

Authored by iceling
1 parent 149f55a5

礼包列表分页的bug修改

pages/giftpack/buygiftpack/giftpackbuy.js
... ... @@ -151,7 +151,7 @@ Page({
151 151 data: {
152 152 storeId: th.data.getStorageID, //商家ID
153 153 userId: th.data.getUserID, //用户ID
154   - page: th.data.pages,
  154 + page: th.data.curpage,
155 155 pageSize: th.data.pageSize
156 156 },
157 157 success: function(res) {
... ...