From 3324598637086a01120b233e0e5f6a338f914fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Fri, 26 Sep 2025 08:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/workOrderDashboard/guide/index.vue | 4 +-- pages/user/index.vue | 36 +++++++++++++++------ 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/packages/workOrderDashboard/guide/index.vue b/packages/workOrderDashboard/guide/index.vue index 2a95d668..6df3dd7f 100644 --- a/packages/workOrderDashboard/guide/index.vue +++ b/packages/workOrderDashboard/guide/index.vue @@ -14,12 +14,12 @@ - 工单台 - 巡更巡检 diff --git a/pages/user/index.vue b/pages/user/index.vue index f0dcdb7e..c34bd9f5 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -113,14 +113,16 @@ - - 商家端 + + 功能服务 - - {{ item.name }} + + + {{ item.name }} + @@ -217,11 +219,26 @@ export default { url: "", } ], - shopManagementList: [{ - image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/user_page_Group_1782.png", - name: "店铺管理", - url: "/packages/storeManagement/index/index", - }], + shopManagementList: [ + { + image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/user_page_Group_1782.png", + name: "商家端", + url: "/packages/storeManagement/index/index", + isShow: uni.getStorageSync('is_merchant'), + }, + { + image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/userPageGys.png", + name: "供应商端", + url: "", + isShow: uni.getStorageSync('is_worker'), + }, + { + image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/userPageWuye.png", + name: "物业端", + url: "/packages/workOrderDashboard/guide/index", + isShow: uni.getStorageSync("is_worker"), + } + ], parkList: [ { image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/park/parkIndex_icon1.png", @@ -246,7 +263,6 @@ export default { ], userInfo: {}, isShop: uni.getStorageSync('is_shop'), - isMerchant: uni.getStorageSync('is_merchant'), } },