From 41562160385ad1773929957a20dbd4e79705e8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 1 Oct 2025 17:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E6=B7=B1=E5=BA=A6=E4=B9=9D=E5=A4=A7?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E4=B8=AD=E7=82=B9=E5=87=BB=E9=87=91=E5=B8=81?= =?UTF-8?q?=E5=85=91=E6=8D=A2token=E4=B8=8D=E8=A7=A6=E5=8F=91=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homePage.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index ddb6a94..caea394 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -1198,6 +1198,9 @@ const handleImageError = (event) => { // 获取次数 const showCount = async () => { try { + if (activeTab.value == "deepNine") { + return; + } if ( !dataStore.userInfo.img || !dataStore.userInfo.nickname ||