From 9900a77f149c59629e419ec40f14accf67e49320 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Wed, 19 Jul 2023 18:23:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../biserialListItem/biserialListItem.vue | 4 +- src/components/seachModule/seachModule.vue | 3 - src/components/seachPage/input.vue | 581 +++++++++++++++++- .../seachPage/{select.vue => selectInfo.vue} | 0 src/components/selectTabBox/selectTabBox.vue | 64 +- src/utils/api.js | 3 + src/views/HomeView.vue | 2 + src/views/housingView/person.vue | 2 +- src/views/seachIndex.vue | 88 ++- 9 files changed, 675 insertions(+), 72 deletions(-) rename src/components/seachPage/{select.vue => selectInfo.vue} (100%) diff --git a/src/components/biserialListItem/biserialListItem.vue b/src/components/biserialListItem/biserialListItem.vue index ca3cfaa..9e61de9 100644 --- a/src/components/biserialListItem/biserialListItem.vue +++ b/src/components/biserialListItem/biserialListItem.vue @@ -33,11 +33,11 @@ }} -
{{
location && location.data && location.data[1] ? `${location && location.data &&
- location.data[data && data.data && data.data.location.substring(0, 1)]} > ${location &&
+ location.data[data && data.data && data.data.location&&data.data.location.substring(0, 1)]} > ${location &&
location.data[data && data.data && data.data.location]}` : ''
}}