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) => {