From 4789476b3fe734b4366ce72079330cea32a4997d Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期五, 06 六月 2025 18:04:20 +0800 Subject: [PATCH] 1.评论 --- pages.json | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index ab98945..1ebaad6 100644 --- a/pages.json +++ b/pages.json @@ -12,7 +12,7 @@ { "path": "pages/home/home", "style": { - "navigationBarTitleText": "片场", + "navigationBarTitleText": "影途", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } @@ -101,6 +101,13 @@ "enablePullDownRefresh": true } } + ,{ + "path": "profile-edit", + "style": { + "navigationBarTitleText": "编辑资料", + "enablePullDownRefresh": true + } + } ] } ,{ @@ -118,7 +125,7 @@ ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "片场", + "navigationBarTitleText": "影途", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, -- Gitblit v1.9.3