From 94c0d0e83488dc4aa0cfb57b652d334ca920ee5a Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Thu, 20 Jul 2023 08:50:59 +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