diff --git a/src/assets/img/publicImage/housing-certification-bj.jpg b/src/assets/img/publicImage/housing-certification-bj.jpg new file mode 100644 index 0000000..6a88944 Binary files /dev/null and b/src/assets/img/publicImage/housing-certification-bj.jpg differ diff --git a/src/assets/img/publicImage/mediation-authentication-bj.jpg b/src/assets/img/publicImage/mediation-authentication-bj.jpg new file mode 100644 index 0000000..7994ece Binary files /dev/null and b/src/assets/img/publicImage/mediation-authentication-bj.jpg differ diff --git a/src/components/seachModule/seachModule.vue b/src/components/seachModule/seachModule.vue index 39c3286..de1d4bc 100644 --- a/src/components/seachModule/seachModule.vue +++ b/src/components/seachModule/seachModule.vue @@ -58,13 +58,21 @@
- +
+ + +
+
- +
+ + +
+
@@ -260,15 +268,30 @@ defineExpose({ } .btn-qrcode { - width: 390px; - height: 612px; + width: 250px; position: absolute; - right: -14px; - top: 45px; + right: 0; + top: 58px; z-index: 333; display: none; } +.btn-qrcode .bj { + width: 100%; + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2784313725490196); + border-radius: 10px; +} + +.btn-qrcode .QR-code{ + position: absolute; + width: 80px; + height: 80px; + border-radius: 50%; + bottom: 60px; + left: 50%; + transform: translateX(-50%); +} + .seach-box-bg { background: #d7d7d7 !important; background: inherit; diff --git a/src/components/user/systematic-notification-pop.vue b/src/components/user/systematic-notification-pop.vue index b34c42d..8bc4d56 100644 --- a/src/components/user/systematic-notification-pop.vue +++ b/src/components/user/systematic-notification-pop.vue @@ -38,9 +38,20 @@
- - + --> + +
+ + +
+ +
+ + +
+
@@ -55,7 +66,11 @@ 去认证
- +
+ + +
+ @@ -78,7 +93,11 @@ 去认证 - +
+ + +
+ @@ -356,4 +375,25 @@ const goDetail = (uniqid, status) => { .QR-code { width: 100%; } + +.btn-qrcode { + width: 250px; + margin: 0 auto; + + .bj { + width: 100%; + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2784313725490196); + border-radius: 10px; + } + + .QR-code { + position: absolute; + width: 80px; + height: 80px; + border-radius: 50%; + bottom: 60px; + left: 50%; + transform: translateX(-50%); + } +} \ No newline at end of file diff --git a/src/utils/axios.js b/src/utils/axios.js index 92b74e1..5594cd3 100644 --- a/src/utils/axios.js +++ b/src/utils/axios.js @@ -14,7 +14,7 @@ axios.interceptors.request.use( //响应拦截 showFullScreenLoading() // 开发时登录用的,可以直接替换小程序的 authorization // if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "x2mmnl9grt51bpplj2k6ioiuummzhnw3" - // if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg" + if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg" return config; }, error => { diff --git a/src/views/apartmentDetail.vue b/src/views/apartmentDetail.vue index 69edd47..9a1d09c 100644 --- a/src/views/apartmentDetail.vue +++ b/src/views/apartmentDetail.vue @@ -282,8 +282,8 @@
入群请添加 - - {{ wechat['nickname'] }} + 方同学的小助手 +
@@ -1650,7 +1650,7 @@ const publicJump = path => router.push(path) left: 0; width: 100vw; height: 100vh; - // background-color: rgba(0, 0, 0, 0.7); + background-color: rgba(0, 0, 0, 0.7); z-index: 1002; .add-customer-box { diff --git a/src/views/detail.vue b/src/views/detail.vue index 52d5cf2..76d2412 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -1116,13 +1116,13 @@ let setHousingArr = () => { element['type'] = 'videos' }) - imgList.value = [...housingInfo['data'].info.video] + imgList.value = [...imgList.value,...housingInfo['data'].info.video] } if (housingInfo['data'].info.picturegroup) { housingInfo['data'].info.picturegroup.forEach(element => { element['type'] = 'attachment' }) - imgList.value = [...housingInfo['data'].info.picturegroup] + imgList.value = [...imgList.value,...housingInfo['data'].info.picturegroup] } diff --git a/src/views/user.vue b/src/views/user.vue index c1ed9d4..20f5c0d 100644 --- a/src/views/user.vue +++ b/src/views/user.vue @@ -37,7 +37,7 @@
发布房源
- @@ -293,7 +303,7 @@ const handleDelete = (index, status) => { // 监听滚动到底部 const handleScroll = () => { // console.log(user.value, "user"); - if (!user.value['aid']) return + if (!user.value['uid']) return const scrollHeight = document.documentElement.scrollHeight; const clientHeight = document.documentElement.clientHeight; const scrollTop = document.documentElement.scrollTop || document.body.scrollTop; @@ -539,4 +549,25 @@ onUnmounted(() => { text-align: center; padding: 30px 0; } + +.btn-qrcode { + width: 250px; + margin: 0 auto; + + .bj { + width: 100%; + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2784313725490196); + border-radius: 10px; + } + + .QR-code { + position: absolute; + width: 80px; + height: 80px; + border-radius: 50%; + bottom: 60px; + left: 50%; + transform: translateX(-50%); + } +}