From 616e0fa2221452c1a7f223b59a624407576a7d78 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 7 May 2026 10:25:48 +0800 Subject: [PATCH] no message --- pages/home/index.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index 8ad3c7f..f9db267 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -47,7 +47,7 @@ @@ -55,7 +55,7 @@ - + @@ -394,7 +394,8 @@ export default { }, data() { return { - isAdmin: uni.getStorageSync("apply-userinfo").admin, + isAgency: uni.getStorageSync("apply-userinfo").agencyId, + isJm:uni.getStorageSync("apply-userinfo").agencyId && uni.getStorageSync("apply-userinfo").agencyId == '114827', hrtext: 2, tabbarShow: true, navbarHeight: 0, // navbar高度 @@ -544,7 +545,7 @@ export default { methods: { getMore(){ let that = this; - if(that.isAdmin){ + if(that.isJm){ uni.navigateTo({ url:'/root/merchantManagement/dynamicNotice?cont=' + that.noticList[0] })