From cb2674fe488803c1aba40e564ec0b8a45d4acb64 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 27 Jul 2023 17:51:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/checkGroup/checkBoxGroup.vue | 5 +++++ src/components/seachModule/seachModule.vue | 10 +++++----- .../user/systematic-notification-pop.vue | 16 ++++++++-------- src/views/detail.vue | 10 +++++----- src/views/user.vue | 10 +++++----- 5 files changed, 28 insertions(+), 23 deletions(-) diff --git a/src/components/checkGroup/checkBoxGroup.vue b/src/components/checkGroup/checkBoxGroup.vue index 01c3a4b..2c7801c 100644 --- a/src/components/checkGroup/checkBoxGroup.vue +++ b/src/components/checkGroup/checkBoxGroup.vue @@ -161,6 +161,11 @@ defineExpose({ .select-module-box { padding: 25px 20px 20px 20px; + /deep/ .el-checkbox-group { + display: flex; + flex-wrap: wrap; + } + .top-box { display: flex; align-items: center; diff --git a/src/components/seachModule/seachModule.vue b/src/components/seachModule/seachModule.vue index de1d4bc..f5bd5df 100644 --- a/src/components/seachModule/seachModule.vue +++ b/src/components/seachModule/seachModule.vue @@ -268,7 +268,7 @@ defineExpose({ } .btn-qrcode { - width: 250px; + height: 365px; position: absolute; right: 0; top: 58px; @@ -277,17 +277,17 @@ defineExpose({ } .btn-qrcode .bj { - width: 100%; + height: 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; + width: 100px; + height: 110px; border-radius: 50%; - bottom: 60px; + bottom: 86px; left: 50%; transform: translateX(-50%); } diff --git a/src/components/user/systematic-notification-pop.vue b/src/components/user/systematic-notification-pop.vue index 8bc4d56..f7a71e0 100644 --- a/src/components/user/systematic-notification-pop.vue +++ b/src/components/user/systematic-notification-pop.vue @@ -47,7 +47,7 @@ -
+
@@ -66,7 +66,7 @@ 去认证
-
+
@@ -93,7 +93,7 @@ 去认证
-
+
@@ -377,21 +377,21 @@ const goDetail = (uniqid, status) => { } .btn-qrcode { - width: 250px; + height: 365px; margin: 0 auto; .bj { - width: 100%; + height: 100%; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2784313725490196); border-radius: 10px; } .QR-code { position: absolute; - width: 80px; - height: 80px; + width: 110px; + height: 110px; border-radius: 50%; - bottom: 60px; + bottom: 86px; left: 50%; transform: translateX(-50%); } diff --git a/src/views/detail.vue b/src/views/detail.vue index 76d2412..4969079 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -1116,13 +1116,13 @@ let setHousingArr = () => { element['type'] = 'videos' }) - imgList.value = [...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 = [...imgList.value,...housingInfo['data'].info.picturegroup] + imgList.value = [...imgList.value, ...housingInfo['data'].info.picturegroup] } @@ -1141,11 +1141,11 @@ let setNavigation = () => { // console.log(`${store.state.routeList['secondaryIndex'].path}/location/${JSON.stringify([housingInfo['data']['info'].location.substring(0, 1)])}`) store.state.routeList['thirdIndex'] = { path: `${store.state.routeList['secondaryIndex'].path}`, - query:{ - type:'location', + query: { + type: 'location', name: location[housingInfo['data']['info'].location.substring(0, 1)], id: housingInfo['data']['info'].location.substring(0, 1), - types:`${type[housingInfo['data']['info'].type.substring(0, 1)]},${housingInfo['data']['info'].type}` + types: `${type[housingInfo['data']['info'].type.substring(0, 1)]},${housingInfo['data']['info'].type}` }, title: `${location[housingInfo['data']['info'].location.substring(0, 1)]}${type[housingInfo['data']['info'].type.substring(0, 1)]}房源` } diff --git a/src/views/user.vue b/src/views/user.vue index 20f5c0d..89e299e 100644 --- a/src/views/user.vue +++ b/src/views/user.vue @@ -551,21 +551,21 @@ onUnmounted(() => { } .btn-qrcode { - width: 250px; + height: 365px; margin: 0 auto; .bj { - width: 100%; + height: 100%; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2784313725490196); border-radius: 10px; } .QR-code { position: absolute; - width: 80px; - height: 80px; + width: 110px; + height: 110px; border-radius: 50%; - bottom: 60px; + bottom: 86px; left: 50%; transform: translateX(-50%); } From 438b5179ed1e3c8869e9dc8ecb04ee3ea5fde586 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 27 Jul 2023 18:17:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=9E=E5=88=B0?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/img/publicImage/back-icon.png | Bin 0 -> 1010 bytes src/components/detail/breadcrumb.vue | 2 +- src/components/public/backToTop.vue | 40 +++++++++++++++++++++++ src/views/HomeView.vue | 3 ++ src/views/apartmentDetail.vue | 3 +- src/views/detail.vue | 5 ++- src/views/housingView/apartment.vue | 3 ++ src/views/housingView/intermediary.vue | 4 +++ src/views/housingView/needHousing.vue | 3 ++ src/views/housingView/person.vue | 4 +++ src/views/seachIndex.vue | 3 ++ src/views/user.vue | 4 +++ 12 files changed, 71 insertions(+), 3 deletions(-) create mode 100644 src/assets/img/publicImage/back-icon.png create mode 100644 src/components/public/backToTop.vue diff --git a/src/assets/img/publicImage/back-icon.png b/src/assets/img/publicImage/back-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f2bc9b8d69d41971c84bcad6c80454b4d54a7186 GIT binary patch literal 1010 zcmVPx#L}ge>W=%~1DgXcg2mk?xX#fNO00031000^Q000001E2u_0{{R30RRC20H6W@ z1ONa40RR91K%fHv1ONa40RR91KmY&$07g+lumAu9TuDShRCodHn@eleKorND`l=%0 zLQn)jQM%BDQ1FS*ifccD8#gXp`wd+CSo8}BZd|w#M1(4Jq3#rmRVsqe`f5uB(Zcn2 zAc@Ij?j*T4ckX1Ifj^l!=Va#m|2fG`Ztfi!2`wlP6!@PNh;-yToz58cYv2r6uZwAs z?KinT1h=CoT2u2b2mtx*1U&_Z)ZmtnXUKmN5q@QPjAjRM{{~y%$P2X-;JS3OO;-WS z1Z>L&dDMSL1&n9;13c?*Rr%xuK%EW&&($E0#?MqPx>H~x7GZ-L-16}% z`5)#Wf5`I4Re(4Mc*W)vcqwBKnpE{PIIfZxZiNaEW74=L$i;9+GH&U10pdSfntMpw zPX#!&#=$-C6)b`K;Gmyu6;=>E0=@&aEn_&Tg!?sw-~{-lGS7@x>7VtBb<750W#khb z{1c%DdH+P{fxJH=^g+J;A~Zn0y&^P7zI`GLfP8yI7$AA~MX*5LT@fsjcTWT|l6(6f zNoFP6_xKk}VrEPHiF<|4aGxDWpz7_dBs~xIf;kx&+Ae&r4gRcac(=`DQJcIx7O-EL z01+`efx9B~O1`Q9ah#hX^h3Um08Wa~FZsFxI3+?8U#a6#?@5faz;2 z+-Z}~`8|?ww}!v;Q^2tAZuWnhu4eAYm#qi7%~jdXB)81#q~22UvMA9#3lQ&LM}(;| zqJ>vunjMa6Y^q7#x1Hk+%qP{+^q4h1Gv_3jtuXhovY09Ytdvah5&s1n + :title="data.data.info['subject']">
diff --git a/src/components/public/backToTop.vue b/src/components/public/backToTop.vue new file mode 100644 index 0000000..dada9b3 --- /dev/null +++ b/src/components/public/backToTop.vue @@ -0,0 +1,40 @@ + + + + + \ No newline at end of file diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 7656a25..b15eee7 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -187,6 +187,8 @@ + +