BUG 27049

This commit is contained in:
aixianling
2022-02-17 14:49:30 +08:00
parent 9a3043c170
commit 96db78522c

View File

@@ -96,7 +96,6 @@ export default {
areaId(v) {
v && this.getFullArea()
},
fullArea: {
handler(v) {
this.$nextTick(() => {
@@ -148,7 +147,7 @@ export default {
if (res.data.length) {
this.list = res.data
let self = this.fullArea.find((e) => e.id == this.areaId)
if (self.id && !this.isHideTown) {
if (!!self?.id && !this.isHideTown) {
this.list.unshift(self)
}
}
@@ -230,7 +229,7 @@ export default {
color: #333;
font-weight: bold;
line-height: 112px;
margin-right: 72px;
margin-right: 72px !important;
position: relative;
&:last-of-type {
@@ -286,7 +285,6 @@ export default {
}
.fixedTop {
// position: fixed;
top: 0;
width: 100%;
left: 0;