From a829cd36a49c17f791ba5f2aa7379bdea7b2ae7c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 21 Jul 2022 16:03:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=AE=E6=89=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppHelpEffect/AppHelpEffect.vue | 64 ++++++++++++++++++------ src/apps/AppHelpEffect/helpDetail.vue | 38 ++++++++++---- 2 files changed, 77 insertions(+), 25 deletions(-) diff --git a/src/apps/AppHelpEffect/AppHelpEffect.vue b/src/apps/AppHelpEffect/AppHelpEffect.vue index ce7b1e4c..37f174a0 100644 --- a/src/apps/AppHelpEffect/AppHelpEffect.vue +++ b/src/apps/AppHelpEffect/AppHelpEffect.vue @@ -4,16 +4,18 @@
- - 地区筛选 - {{ $dict.getLabel('helpDeclarationReason', declareReason) }} - - + +
+ {{ areaName }} + 所在地区 + +
+
- - 户型类型 - {{ $dict.getLabel('helpDeclarationReason', declareReason) }} + + 户型类型 + {{ $dict.getLabel('fpHouseType', houseType) }}
@@ -32,6 +34,7 @@ {{ item.countyName + item.townName + item.villageName }}{{ item.currentAddress || '' }}
+ @@ -39,6 +42,7 @@