From db321ec1a58079f5f1ea2e1e2f23176b496f24d7 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 26 Dec 2023 11:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=9C=8B=E6=9D=BF=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main-navbar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } // } })