From d9a780fa538cb7a83aefa04e75cb53185d690d7d Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期五, 30 五月 2025 16:39:07 +0800 Subject: [PATCH] 微封装 --- pages.json | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index a092c37..b3ecbda 100644 --- a/pages.json +++ b/pages.json @@ -12,7 +12,9 @@ { "path": "pages/home/home", "style": { - "navigationBarTitleText": "片场" + "navigationBarTitleText": "影途", + "enablePullDownRefresh": true, + "onReachBottomDistance": 50 } }, { @@ -116,7 +118,7 @@ ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "片场", + "navigationBarTitleText": "影途", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, -- Gitblit v1.9.3