From f6ac139bf416f98c3a3d28f6b1d80e4598bd648f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 18:41: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