From c05aa5253c54f5025be55d2c154d592ad64e5912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= Date: Wed, 20 Aug 2025 23:47:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=8A=95=E7=A5=A8?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=9C=A8=E5=AE=A1=E6=A0=B8=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E8=AE=BE=E7=BD=AE=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabbar/about/about.vue | 2 +- pages/tabbar/home/home.vue | 2 +- pagesA/article-detail/article-detail.vue | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/tabbar/about/about.vue b/pages/tabbar/about/about.vue index cbb5dbd..544b8cf 100644 --- a/pages/tabbar/about/about.vue +++ b/pages/tabbar/about/about.vue @@ -218,7 +218,7 @@ path: '/pagesA/votes/votes', isAdmin: false, type: 'page', - show: true + show: !this.calcAuditModeEnabled }, { key: 'disclaimers', title: '友情链接', diff --git a/pages/tabbar/home/home.vue b/pages/tabbar/home/home.vue index a397cd3..c33675b 100644 --- a/pages/tabbar/home/home.vue +++ b/pages/tabbar/home/home.vue @@ -552,7 +552,7 @@ iconColor: '', path: '/pagesA/votes/votes', type: 'page', - show: true + show: !this.calcAuditModeEnabled }, { key: 'disclaimers', title: '友情链接', diff --git a/pagesA/article-detail/article-detail.vue b/pagesA/article-detail/article-detail.vue index 8e190d1..9aa07d7 100644 --- a/pagesA/article-detail/article-detail.vue +++ b/pagesA/article-detail/article-detail.vue @@ -106,7 +106,7 @@ - +