chore(TopBar): remove unnecessary condition for showing VIP icon

This commit is contained in:
Hakadao
2024-07-05 00:15:54 +08:00
parent 412dbe08c5
commit 66f4130e6c

View File

@@ -523,7 +523,7 @@ defineExpose({
w-40px h-40px
/>
<svg
v-if="true || userInfo.vip?.status === 1"
v-if="userInfo.vip?.status === 1"
class="vip-img"
:class="{ hover: popupVisible.userPanel }"
:style="{ opacity: popupVisible.userPanel ? 1 : 0 }"