diff --git a/src/components/seachPage/input.vue b/src/components/seachPage/input.vue index e1e2b11..57e9bb0 100644 --- a/src/components/seachPage/input.vue +++ b/src/components/seachPage/input.vue @@ -246,6 +246,8 @@ console.log('houseingPageType',houseingPageType) let type = houseingPageType === '0' ? 'person' : houseingPageType === '1' ? 'intermediary' : houseingPageType === '6' ? 'need' : 'apartment' tabType.value = type +if(isNeedHousing.value)tabType.value = '6' + //页面判断 let checkPageType = () => { // houseingPageType 0个人 1中介 6求房源 diff --git a/src/views/detail.vue b/src/views/detail.vue index 5487b75..6c6864d 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -800,20 +800,21 @@
-
-
+
+
联系方式
-
-
+
+
微信
-
+
{{ concatData.data && concatData.data.wechat }}
-
+
WhatsApp
-
+
{{ concatData.data && concatData.data.whatsapp }}
-
+
电话号码
-
+
{{ concatData.data && concatData.data.tel }}
-
@@ -875,9 +876,22 @@
+
+
+
+
+
+ +
+
+
+
+
-
+
@@ -903,8 +917,8 @@
-
-
+
+
@@ -918,18 +932,18 @@
-
-
-
-
-
-
-
+
@@ -1480,6 +1494,9 @@ img { .jus-x { justify-content: center; } +.jus-sp{ + justify-content: space-around; +} .al-item { align-items: center; @@ -1657,12 +1674,15 @@ img { letter-spacing: normal; color: #333333; + .mg-l-80{ + margin-left:80px; + } + .round { width: 180px; height: 180px; background: rgba(218, 246, 241, 0.5); border-radius: 50%; - margin-left: 80px; .deepen { width: 130px; @@ -1698,7 +1718,7 @@ img { height: 368px; position: absolute; z-index: 333; - padding: 0px 80px 0 60px; + padding: 0px 80px 0 45px; font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif; font-weight: 400; font-style: normal; @@ -1720,7 +1740,6 @@ img { } .whatsapp-wx-box { - margin-top: 50px; font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif; font-weight: 400; font-style: normal; @@ -1744,7 +1763,7 @@ img { width: 1px; height: 190px; border: 1px solid #e2e7ec; - margin: 0 100px 0 100px + margin: 0 30px 0 30px } } @@ -1754,6 +1773,15 @@ img { font-style: normal; font-size: 24px; color: #000000; + margin-bottom: 30px; + } + + .mg-b-50{ + margin-bottom:50px; + } + + .mg-b-30 { + margin-bottom: 30px; } .box-text { @@ -1763,6 +1791,11 @@ img { font-size: 18px; color: #000000; margin-top: 20px; + + .num-text { + width:180px; + word-wrap: break-word; + } } .mg-l-35 {