From 5fa1870a958994ca5e8161376d26762a7bdafbbf Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 15 Dec 2023 19:09:36 +0800
Subject: [PATCH] 公共收益、扫码逻辑修改

---
 components/noticeList/noticeList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/noticeList/noticeList.vue b/components/noticeList/noticeList.vue
index c61d51b..ac88877 100644
--- a/components/noticeList/noticeList.vue
+++ b/components/noticeList/noticeList.vue
@@ -6,7 +6,7 @@
 					<text class="notice-title f-28">{{item.title}}</text>
 					<view class="flex j-c-s-b a-i-c">
 						<view class="flex a-i-c">
-							<tag-cell :text="item.dictValue" />
+							<tag-cell  v-if="item.dictValue" :text="item.dictValue" />
 							<view class="flex a-i-c">
 								<u-icon name="eye-fill" size="14" color="#CECECE"></u-icon>
 								<text class="f-24 c-99 ml-5">{{item.viewNumber}}</text>

--
Gitblit v1.9.3