From 943f9d7a06cc9bb4cd7e8ecd65a7d2d8a7a3dac5 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 31 Jul 2023 18:54:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9big?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/apartment/seachModule.vue | 4 +--- src/components/detail/imageWatch.vue | 2 +- src/components/edit/choosingIdentity.vue | 5 ++++ src/components/public/apartment-item.vue | 3 ++- src/components/public/report.vue | 7 +++++- src/views/apartmentDetail.vue | 29 ++++++++++++------------ src/views/edit.vue | 5 ++-- 7 files changed, 33 insertions(+), 22 deletions(-) diff --git a/src/components/apartment/seachModule.vue b/src/components/apartment/seachModule.vue index 67a6864..01fd8d9 100644 --- a/src/components/apartment/seachModule.vue +++ b/src/components/apartment/seachModule.vue @@ -44,7 +44,7 @@ -
+
搜索
@@ -267,9 +267,7 @@ const rentInput = () => clearingAmountState = false // 点击历史搜索和热门推荐 const handleKeyword = value => { - router.push(`/seachPage?keyword=${value}`) - if (historyArr.value.indexOf(value) == -1 && value) { historyArr.value.unshift(value) storingHistory() diff --git a/src/components/detail/imageWatch.vue b/src/components/detail/imageWatch.vue index 5d508b6..b35ce41 100644 --- a/src/components/detail/imageWatch.vue +++ b/src/components/detail/imageWatch.vue @@ -7,7 +7,7 @@
- +
diff --git a/src/components/edit/choosingIdentity.vue b/src/components/edit/choosingIdentity.vue index 2192c24..1a64f35 100644 --- a/src/components/edit/choosingIdentity.vue +++ b/src/components/edit/choosingIdentity.vue @@ -93,7 +93,11 @@ async function init() { let data = res.data identityList.value = data.data housingnum.value = data.housingnum + // housingnum.value = 10 isintermediary.value = data.isintermediary + // isintermediary.value = 1 + + // console.log("data.isintermediary",data.isintermediary); if (data['ispopup'] == 0) overallJump() else popType.value = 'choice' }).finally(() => { @@ -127,6 +131,7 @@ let overallJump = () => { let confirmIntermediary = (isintermediary) => { if (isintermediary == 1) identityKey.value = 1 overallJump() + // return proxy.$post("/tenement/pc/api/publish/submitidentity", { isintermediary }).then(res => { diff --git a/src/components/public/apartment-item.vue b/src/components/public/apartment-item.vue index 1fa5d5c..50e0c3a 100644 --- a/src/components/public/apartment-item.vue +++ b/src/components/public/apartment-item.vue @@ -72,13 +72,14 @@ const goapArtmentDetails = () => router.push(`/apartmentDetail?uniqid=${props['i color: #000000; margin-bottom: 10px; padding-left: 6px; + word-break: break-all; } .hint { color: #AAAAAA; font-size: 14px; margin: 0 6px 20px; - + word-break: break-all; } .tab-box { diff --git a/src/components/public/report.vue b/src/components/public/report.vue index 44ac475..237c07f 100644 --- a/src/components/public/report.vue +++ b/src/components/public/report.vue @@ -76,6 +76,12 @@ const toConsumableArray = (arr) => {