From a4892378960434c17bb20f19e537df54be598142 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 13 六月 2025 13:36:35 +0800
Subject: [PATCH] add: tap查询、首页跳转
---
pages.json | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/pages.json b/pages.json
index a092c37..1ebaad6 100644
--- a/pages.json
+++ b/pages.json
@@ -12,7 +12,9 @@
{
"path": "pages/home/home",
"style": {
- "navigationBarTitleText": "片场"
+ "navigationBarTitleText": "影途",
+ "enablePullDownRefresh": true,
+ "onReachBottomDistance": 50
}
},
{
@@ -99,6 +101,13 @@
"enablePullDownRefresh": true
}
}
+ ,{
+ "path": "profile-edit",
+ "style": {
+ "navigationBarTitleText": "编辑资料",
+ "enablePullDownRefresh": true
+ }
+ }
]
}
,{
@@ -116,7 +125,7 @@
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "片场",
+ "navigationBarTitleText": "影途",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
--
Gitblit v1.9.3