From 56ad423dfcce6ef06b91a42d650f04d48b0a5160 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 03 Nov 2021 16:30:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android
---
pages.json | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index 6ae703b..532b3b1 100644
--- a/pages.json
+++ b/pages.json
@@ -52,6 +52,14 @@
}
},
{
+ "path": "pages/myself/childen/collect",
+ "style": {
+ "navigationBarTitleText": "我的收藏",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
"path": "pages/myself/myself",
"name": "myself",
"style": {
@@ -228,7 +236,8 @@
"style": {
"navigationBarTitleText": "资讯",
"navigationBarBackgroundColor": "#103289",
- "navigationBarTextStyle": "white"
+ "navigationBarTextStyle": "white",
+ "onReachBottomDistance": 0
}
},
{
--
Gitblit v1.9.3