diff --git a/src/views/apartmentDetail.vue b/src/views/apartmentDetail.vue index 3d42aee..0460e6d 100644 --- a/src/views/apartmentDetail.vue +++ b/src/views/apartmentDetail.vue @@ -1493,6 +1493,10 @@ const publicJump = path => router.push(path) margin-bottom: 20px; cursor: pointer; + &:hover { + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25686275); + } + .same-brand-header { width: 288px; height: 192px; diff --git a/src/views/edit.vue b/src/views/edit.vue index 1dfcc14..bdcdb53 100644 --- a/src/views/edit.vue +++ b/src/views/edit.vue @@ -1045,7 +1045,7 @@ export default { if (info['leasetime'] != null && info['leasetime'] != 0) this.leasetimeTwoState = true - + if (info['communityname'] && info['communityid'] == 0) this.communitynameEle = info['communityname'] } if (intermediary == 6) {