From 7939998a305791b87dcb185e2a4003aa57f6dd19 Mon Sep 17 00:00:00 2001 From: Yer11214 <17633066053@163.com> Date: Tue, 21 Oct 2025 11:01:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=88=91=E7=9A=84?= =?UTF-8?q?=E7=A7=AF=E5=88=86=E9=A1=B5=E9=9D=A2=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将我的积分页面的导航栏标题更新为“我的积分”,以提升用户体验。 --- pages.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages.json b/pages.json index c3edec5..48a8f83 100644 --- a/pages.json +++ b/pages.json @@ -367,8 +367,7 @@ }, { "path": "point/myPoint", "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" + "navigationBarTitleText": "我的积分" } }, {