From 00bd8958ee173945fa1e0f9ae8beb3ecc1000494 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Thu, 17 Feb 2022 10:37:19 +0800 Subject: [PATCH] 会员中心要待stoid --- pages/user/index/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user/index/index.js b/pages/user/index/index.js index 3c45a93..f2acb92 100644 --- a/pages/user/index/index.js +++ b/pages/user/index/index.js @@ -60,7 +60,7 @@ Page({ onLoad: function(options) { var th=this; //-- 读取会员中心按钮列表 -- - getApp().request.get("/api/weshop/userTool/page?pageSize=100", { + getApp().request.get("/api/weshop/userTool/page?pageSize=100&store_id="+os.stoid, { success:function(res){ if(ut.ajax_ok(res)) { var d_list=res.data.data.pageData; -- libgit2 0.21.4