From 7025a68d5a488e66b3db901883a6da8971d612f2 Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 20 Jun 2022 19:20:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/TopNav/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/TopNav/Index.vue b/src/layout/components/TopNav/Index.vue index df5c76b0..e260a65b 100644 --- a/src/layout/components/TopNav/Index.vue +++ b/src/layout/components/TopNav/Index.vue @@ -139,7 +139,7 @@ export default { }else{ //console.log(times,'times'); let intTimes=parseInt(times); - if(intTimes<4){ + if(intTimes<3){ this.signInShow = true;//显示 intTimes++; localStorage.setItem(this.signLocalTimesKey,intTimes);