jinx 2 年之前
父節點
當前提交
232bdd1f54
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/files/TagView.vue

+ 1 - 1
src/components/files/TagView.vue

@@ -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> -->