diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index e91e29c3..e126ff29 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -140,13 +140,13 @@ export default { // if (res.data.gridId !== 0) { // this.isShowBnt = false; // } else { - this.streetId = res.data.streetId ? res.data.streetId : ''; this.communityId = res.data.communityId ? res.data.communityId : ''; if (!this.streetId) { + console.log(this.streetId); this.isShibei = true }else{ - this.isShowBnt = false; + // this.isShowBnt = false; } // } })