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 @@ - +