From df966fde94d563ada90fe30c6cc2b82857fda1ae Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 28 Nov 2023 18:46:42 +0800
Subject: [PATCH] 优化投票、选举样式;新增文章评论功能;优化部分页面;网格圈页面编写
---
pages.json | 34 +++++++++++++++++++++++++---------
1 files changed, 25 insertions(+), 9 deletions(-)
diff --git a/pages.json b/pages.json
index 6ff5305..aa73a52 100644
--- a/pages.json
+++ b/pages.json
@@ -31,10 +31,8 @@
{
"path": "pages/circle/index",
"style": {
- "navigationBarTitleText": "圈子",
"enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black"
+ "navigationStyle": "custom"
}
}
@@ -111,6 +109,24 @@
"path": "detail",
"style": {
"navigationBarTitleText": "详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "comment",
+ "style": {
+ "navigationBarTitleText": "评论",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "communityList",
+ "style": {
+ "navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
@@ -568,12 +584,12 @@
"iconPath": "static/img/tabbar-01.png",
"text": "首页"
},
- // {
- // "pagePath": "pages/circle/index",
- // "iconPath": "static/img/tabbar-02.png",
- // "selectedIconPath": "static/img/tabbar-02-selected.png",
- // "text": "圈子"
- // },
+ {
+ "pagePath": "pages/circle/index",
+ "iconPath": "static/img/tabbar-02.png",
+ "selectedIconPath": "static/img/tabbar-02-selected.png",
+ "text": "圈子"
+ },
{
"pagePath": "pages/user/center",
"iconPath": "static/img/tabbar-03.png",
--
Gitblit v1.9.3