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