From fb06613dab4e7ae64eb89dd89447e8e8c2ff8207 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 9 Sep 2024 10:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 3f649ea..bcebc73 100644 --- a/pages.json +++ b/pages.json @@ -189,20 +189,20 @@ { "path": "pages/YNEduApp/user/myMsg", "style": { - "navigationBarTitleText": "消息通知" + "navigationStyle": "custom" } }, { "path": "pages/YNEduApp/user/msgDetail", "style": { - "navigationBarTitleText": "消息详情" + "navigationBarTitleText": "公告详情" } }, { "path" : "pages/YNEduApp/index/notices", "style" : { - "navigationStyle": "custom" + "navigationBarTitleText": "通知公告" } }, {