Commit 00bd8958ee173945fa1e0f9ae8beb3ecc1000494
1 parent
57c1e774
会员中心要待stoid
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/index/index.js
@@ -60,7 +60,7 @@ Page({ | @@ -60,7 +60,7 @@ Page({ | ||
60 | onLoad: function(options) { | 60 | onLoad: function(options) { |
61 | var th=this; | 61 | var th=this; |
62 | //-- 读取会员中心按钮列表 -- | 62 | //-- 读取会员中心按钮列表 -- |
63 | - getApp().request.get("/api/weshop/userTool/page?pageSize=100", { | 63 | + getApp().request.get("/api/weshop/userTool/page?pageSize=100&store_id="+os.stoid, { |
64 | success:function(res){ | 64 | success:function(res){ |
65 | if(ut.ajax_ok(res)) { | 65 | if(ut.ajax_ok(res)) { |
66 | var d_list=res.data.data.pageData; | 66 | var d_list=res.data.data.pageData; |