From ee17e5fb9d92812ddefb0bdd5d5b35139b6064ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com>
Date: Sat, 4 Apr 2026 12:46:54 +0800
Subject: [PATCH] =?UTF-8?q?feat(area-selector):=20=E9=87=8D=E6=9E=84?=
=?UTF-8?q?=E5=9C=B0=E5=8C=BA=E9=80=89=E6=8B=A9=E5=99=A8=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E5=8A=A0=E8=BD=BD=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将数据请求逻辑独立为 requestCityData 方法
- 集成腾讯地图行政区域 API 获取准确地区数据
- 实现地区数据格式转换适配组件需求
- 添加内置精简地区数据作为降级方案
- 优化异步处理和错误捕获机制
- 修复子级数据为空时的显示问题
---
.idea/workspace.xml | 21 +++++++++++++--------
sub_pages/house/add.vue | 8 ++++----
2 files changed, 17 insertions(+), 12 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 57c96f7..943b85c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,10 +4,7 @@
-
-
-
-
+
@@ -75,7 +72,7 @@
-
+
@@ -133,7 +130,15 @@
1775222388851
-
+
+
+ 1775224711201
+
+
+
+ 1775224711201
+
+
@@ -145,8 +150,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/sub_pages/house/add.vue b/sub_pages/house/add.vue
index 34851b1..fef7413 100644
--- a/sub_pages/house/add.vue
+++ b/sub_pages/house/add.vue
@@ -16,10 +16,10 @@
-
+
+ v-model="form.area" inputAlign="right" maxlength="30" :border="false"
+ placeholder="请选择所在地区" />
-
+