From e6ce6666ae01f16ed7181d3f7710500d9d3d1d2b Mon Sep 17 00:00:00 2001 From: iceling Date: Sat, 18 Jan 2020 14:17:43 +0800 Subject: [PATCH] 礼包列表分页的bug修改 --- pages/giftpack/buygiftpack/giftpackbuy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/giftpack/buygiftpack/giftpackbuy.js b/pages/giftpack/buygiftpack/giftpackbuy.js index dd2f08c..c4c77da 100644 --- a/pages/giftpack/buygiftpack/giftpackbuy.js +++ b/pages/giftpack/buygiftpack/giftpackbuy.js @@ -151,7 +151,7 @@ Page({ data: { storeId: th.data.getStorageID, //商家ID userId: th.data.getUserID, //用户ID - page: th.data.pages, + page: th.data.curpage, pageSize: th.data.pageSize }, success: function(res) { -- libgit2 0.21.4