From ed3eff368eb421028ae898950ea4796e4c5b6e0a Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Thu, 30 Nov 2023 18:38:13 +0800
Subject: [PATCH] 优化修复部分问题,圈子发布页面编写,圈子列表与发布数据交互
---
pages.json | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index 5f5e51a..c2c2878 100644
--- a/pages.json
+++ b/pages.json
@@ -34,6 +34,14 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "pages/circle/publish",
+ "style": {
+ "navigationBarTitleText": "发布",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
}
],
@@ -92,6 +100,21 @@
]
},
+ //圈子
+ {
+ "root": "subPackage/circle",
+ "pages":[
+ {
+ "path":"detail",
+ "style": {
+ "navigationBarTitleText": "详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ }
+ ]
+ },
//公告
{
--
Gitblit v1.9.3