|
@@ -136,30 +136,30 @@ export default defineComponent({
|
|
|
} else {
|
|
|
states.iconList.push(noMemberIcon)
|
|
|
}
|
|
|
- if (checkBadge('STYLE')) {
|
|
|
- states.iconList.push(styleIcon)
|
|
|
- } else {
|
|
|
- states.iconList.push(nostyleIcon)
|
|
|
- }
|
|
|
- if (checkBadge('VIDEO')) {
|
|
|
- states.iconList.push(videoIcon)
|
|
|
- } else {
|
|
|
- states.iconList.push(noVideoIcon)
|
|
|
- }
|
|
|
- if (checkBadge('LIVE')) {
|
|
|
- states.iconList.push(onlineIcon)
|
|
|
- } else {
|
|
|
- states.iconList.push(noOnlineIcon)
|
|
|
- }
|
|
|
- if (checkBadge('MUSIC')) {
|
|
|
- states.iconList.push(ablumIcon)
|
|
|
- } else {
|
|
|
- states.iconList.push(noAblumIcon)
|
|
|
- }
|
|
|
+ // if (checkBadge('STYLE')) {
|
|
|
+ // states.iconList.push(styleIcon)
|
|
|
+ // } else {
|
|
|
+ // states.iconList.push(nostyleIcon)
|
|
|
+ // }
|
|
|
+ // if (checkBadge('VIDEO')) {
|
|
|
+ // states.iconList.push(videoIcon)
|
|
|
+ // } else {
|
|
|
+ // states.iconList.push(noVideoIcon)
|
|
|
+ // }
|
|
|
+ // if (checkBadge('LIVE')) {
|
|
|
+ // states.iconList.push(onlineIcon)
|
|
|
+ // } else {
|
|
|
+ // states.iconList.push(noOnlineIcon)
|
|
|
+ // }
|
|
|
+ // if (checkBadge('MUSIC')) {
|
|
|
+ // states.iconList.push(ablumIcon)
|
|
|
+ // } else {
|
|
|
+ // states.iconList.push(noAblumIcon)
|
|
|
+ // }
|
|
|
} else {
|
|
|
states.iconList = []
|
|
|
}
|
|
|
- console.log('查看用户登录态', states.user)
|
|
|
+ // console.log('查看用户登录态', states.user)
|
|
|
}
|
|
|
const gotoPage = (val: string) => {
|
|
|
router.push({ path: val })
|