From 08a79b319ac5eba050d4b3ffc16b62d0bdd9182d Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 11 Apr 2023 11:42:46 +0800
Subject: [PATCH] 首页全屏按钮优化

---
 src/store/modules/popupParams.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index ef388f3..ebc7dad 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -33,6 +33,7 @@
         houseDeepDataPopupData: {},
 
         isShowHomeContent: true,
+        isShowHomeContentBtn: true,
     },
 
     mutations: {
@@ -88,6 +89,10 @@
         SET_ISSHOWHOMECONTENT (state, isShowHomeContent) {
             state.isShowHomeContent = isShowHomeContent
         },
+
+        SET_ISSHOWHOMECONTENTBTN (state, isShowHomeContent) {
+            state.isShowHomeContentBtn = isShowHomeContent
+        },
     },
 
     actions: {

--
Gitblit v1.9.3