From 26c886f426772b077dcf19d01e0088b29c44c13e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 12 Aug 2025 18:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AF=BC=E8=88=AA=E5=8E=BB=E7=9A=84=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index d0ce3c3b..a2ce07a5 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1019,8 +1019,7 @@ export default { this.localHeight = meun.height; this.showSearch() this.getSearchVal() - this.showNav = uni.getStorageSync("isShowNav") == 1 - + this.showNav = uni.getStorageSync("isShowNav") != 1 }, onShow() {