|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="tag-view" v-show="canShow">
|
|
|
<!-- <div class="tag-view-content" :style="{ height: height + 'px' }"> -->
|
|
|
- <div class="tag-view-content" :class="!isLogin ? 'no-comment' : ''">
|
|
|
+ <div class="tag-view-content" :class="!isLogin && !isAuth ? 'no-comment' : ''">
|
|
|
<header>
|
|
|
<span>{{ notify.title }}</span>
|
|
|
<!-- <i class="iconfont icon-close" @click="emits('action', null)"></i> -->
|