From be42d78eca72d8ede852417a0a6a05128c5cbbf3 Mon Sep 17 00:00:00 2001 From: zengjunhong <1213276609@qq.com> Date: Wed, 5 Mar 2025 18:05:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A4=BE=E5=8C=BA=E7=A7=8D?= =?UTF-8?q?=E8=8D=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 ++ pages/community/community.vue | 263 ++++++++++++++++++++++++++++++++++ 2 files changed, 277 insertions(+) create mode 100644 pages/community/community.vue diff --git a/pages.json b/pages.json index 868e051..b1dafb8 100644 --- a/pages.json +++ b/pages.json @@ -191,6 +191,20 @@ "enablePullDownRefresh": true, "navigationStyle": "default" } + }, + { + "path" : "pages/community/community", + "style" : + { + "navigationBarTitleText": "社区", + "enablePullDownRefresh": false + }, + "meta": { + "auth": false, + "sync": true, + "title": "社区", + "group": "商城" + } } ], "subPackages": [{ diff --git a/pages/community/community.vue b/pages/community/community.vue new file mode 100644 index 0000000..8323dc0 --- /dev/null +++ b/pages/community/community.vue @@ -0,0 +1,263 @@ + + + + +