From eb64e401aa8f22f510914a21ec3cf89e1594f6cb Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 28 十月 2024 17:59:44 +0800
Subject: [PATCH] 1.修复开泵成功后跳转回首页时提示登录的bug

---
 pages/home/home.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/pages/home/home.js b/pages/home/home.js
index ce099b8..879e346 100644
--- a/pages/home/home.js
+++ b/pages/home/home.js
@@ -100,9 +100,11 @@
         icon: 'success',
         duration: 3000
       })
+      this.setData({
+        isLogin: true
+      })
       this.getOpenList();
     }
-
   },
 
   /**

--
Gitblit v1.8.0