|
@@ -113,7 +113,9 @@ export default defineComponent({
|
|
return 'NOT_VIP'
|
|
return 'NOT_VIP'
|
|
}
|
|
}
|
|
} else if (state.tabActive === 'VIP') {
|
|
} else if (state.tabActive === 'VIP') {
|
|
- if (
|
|
|
|
|
|
+ if (userInfo.value.userVip?.vipType === 'PERMANENT_SVIP') {
|
|
|
|
+ return 'PERMANENT'
|
|
|
|
+ } else if (
|
|
userInfo.value.userVip?.vipType === 'VIP' ||
|
|
userInfo.value.userVip?.vipType === 'VIP' ||
|
|
userInfo.value.userVip?.vipEndDays > 0
|
|
userInfo.value.userVip?.vipEndDays > 0
|
|
) {
|
|
) {
|