diff --git a/src/assets/img/publicImage/housing-certification-bj.jpg b/src/assets/img/publicImage/housing-certification-bj.jpg index b17f79e..6a88944 100644 Binary files a/src/assets/img/publicImage/housing-certification-bj.jpg 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 index 6ab61be..7994ece 100644 Binary files a/src/assets/img/publicImage/mediation-authentication-bj.jpg 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 75b42a9..b88c365 100644 --- a/src/components/seachModule/seachModule.vue +++ b/src/components/seachModule/seachModule.vue @@ -279,17 +279,18 @@ defineExpose({ .btn-qrcode .bj { width: 100%; - box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196); + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2784313725490196); border-radius: 10px; } .btn-qrcode .QR-code{ position: absolute; - width: 90px; - height: 90px; + width: 80px; + height: 80px; border-radius: 50%; - bottom: 33px; - left: 80px; + bottom: 60px; + left: 50%; + transform: translateX(-50%); } .seach-box-bg { 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 03dbbe9..ada5aca 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%); + } +}