From 6c0bd88e31d65aa0ae1cb6c47330adc3f5528248 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com>
Date: Wed, 8 Oct 2025 12:25:42 +0800
Subject: [PATCH] =?UTF-8?q?feat(community):=E4=BC=98=E5=8C=96=E5=B0=8F?=
=?UTF-8?q?=E5=8C=BA=E5=88=97=E8=A1=A8=E5=B1=95=E7=A4=BA=E4=B8=8E=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E8=B7=B3=E8=BD=AC=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 接口请求增加费用项和人口信息参数
- 列表页面添加表头和数据展示样式- 支持点击列表项跳转至详情页
- 增加异常处理和错误提示
- 页面名称从 articleList 更改为 CommunityIndex- 添加详情页面路由配置
---
pages/community/detail.vue | 89 ++++++++++++++++++++++++++++++++++++++
1 file changed, 89 insertions(+)
create mode 100644 pages/community/detail.vue
diff --git a/pages/community/detail.vue b/pages/community/detail.vue
new file mode 100644
index 0000000..fbbfcdf
--- /dev/null
+++ b/pages/community/detail.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 小区介绍
+
+ {{ detail.intro }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file