From 6f89c68df4326cb8b4e28859c426b764a666426d Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期三, 19 七月 2023 10:33:29 +0800
Subject: [PATCH] 文件预览

---
 pages/tabBar/notice/notice.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/tabBar/notice/notice.vue b/pages/tabBar/notice/notice.vue
index 83c328a..4bcb792 100644
--- a/pages/tabBar/notice/notice.vue
+++ b/pages/tabBar/notice/notice.vue
@@ -148,7 +148,7 @@
 		},
 		onShow () {
 			this.tabBarLists = uni.getStorageSync('tabBarList');
-			this.user.name = uni.getStorageSync('user').name;
+			this.user.name = uni.getStorageSync('user').realName;
 			this.getNoticeList();
 			// this.registerID = uni.getStorageSync('registrationID');
 			// this.page = this.$route.meta.pagePath;

--
Gitblit v1.9.2