From 79d1ed57456627732c77fc68625139268c963289 Mon Sep 17 00:00:00 2001 From: huziyuan Date: Tue, 26 Jan 2021 10:52:41 +0800 Subject: [PATCH] 111 --- pages/index/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.js b/pages/index/index.js index 392cdd9..5049a0b 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -245,7 +245,7 @@ Page({ this.setData({ hasShowedLoginTag: result.data.hasShowedLoginTag }) - if (this.data.hasShowedLoginTag == true) { + if (this.data.hasShowedLoginTag == false) { this.updateUserInfoFct({ hasShowedLoginTag: true })