From c5f1a3589bd8924c11dbe01aabe1e760a14df3e4 Mon Sep 17 00:00:00 2001
From: zhao_js <349234519@qq.com>
Date: 星期一, 21 十月 2024 19:34:29 +0800
Subject: [PATCH] no message

---
 uniapp/pages/index/officialNotice.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/uniapp/pages/index/officialNotice.vue b/uniapp/pages/index/officialNotice.vue
index 243b41f..2e0db9c 100644
--- a/uniapp/pages/index/officialNotice.vue
+++ b/uniapp/pages/index/officialNotice.vue
@@ -1,7 +1,7 @@
 <template>
 	<view class="officialNotice wrapperLayer">
 		<titleBar :titleText='"瀹樻柟閫氱煡"' :pageForm='"officialNotice"'></titleBar>
-		<view class="pageContent-container colCen">
+		<view class="pageContent-container colCen" v-if='noticeList.length>0'>
 			<block v-for="(items,index) in noticeList" :key="index">
 				<view class="notice-items-container rowSta">
 					<view class="leftsettingbox defIcon">
@@ -26,6 +26,9 @@
 			
 			<aLoadMore :status="loadstatus" mode="loading3" :showTitle='true' color="#999999" ></aLoadMore>
 		</view>
+		<view v-else>
+			鏆傛棤閫氱煡
+		</view>
 	</view>
 </template>
 

--
Gitblit v1.9.3