Browse Source

-我的-消息通知,去掉精选选项

cxmo 1 year ago
parent
commit
3fa9ddea51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Notice.vue

+ 1 - 1
src/components/Notice.vue

@@ -193,7 +193,7 @@ onMounted(() => {
         <div class="top-nav">
             <span :class="listState.type==0&&'active'" @click="handleTypeChange(0)">全部消息</span>
             <span :class="listState.type==1&&'active'" @click="handleTypeChange(1)">回复</span>
-            <span :class="listState.type==2&&'active'" @click="handleTypeChange(2)">精选</span>
+            <!-- <span :class="listState.type==2&&'active'" @click="handleTypeChange(2)">精选</span> -->
             <div style="float:right;color:#F3A52F;font-size:14px;cursor: pointer;" @click="handleReadAll">全部已读</div>
         </div>
         <div class="empty-box" v-if="listState.finished&&listState.list.length==0">