mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore(TopBar): remove unnecessary condition for showing VIP icon
This commit is contained in:
@@ -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 }"
|
||||
|
||||
Reference in New Issue
Block a user