From 7a29f062e2e9ea3fe7ecbf937ed7a51461f5299a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 13 九月 2024 17:01:20 +0800
Subject: [PATCH] ll

---
 h5/pages/staff/task/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/h5/pages/staff/task/index.vue b/h5/pages/staff/task/index.vue
index cad451d..8ee559c 100644
--- a/h5/pages/staff/task/index.vue
+++ b/h5/pages/staff/task/index.vue
@@ -70,7 +70,7 @@
       >
         <view class="box_list_item_head">
           <view class="df_ac">
-            <text v-if="item.readed == 0" class="readed"></text>
+            <text v-if="item.readed == 0 && search.queryType === 3" class="readed"></text>
             <text class="tt">{{ item.title }}</text>
           </view>
           <view class="info" :class="{ loading: search.queryType === 0 }">{{ item.info }}</view>

--
Gitblit v1.9.3