wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e6ce6666ae01f16ed7181d3f7710500d9d3d1d2b
Authored by
iceling
2020-01-18 14:17:43 +0800
1 parent
149f55a5
礼包列表分页的bug修改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/giftpack/buygiftpack/giftpackbuy.js
pages/giftpack/buygiftpack/giftpackbuy.js
View file @
e6ce666
...
...
@@ -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) {
...
...