From 79c259717df5edd12f885660fee5faae70a85fa2 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 03 Apr 2023 15:09:29 +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 78fdb3a..18e3a0d 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -24,6 +24,7 @@
videoListPopupData: {},
mapSearchPopup: false,
+ houseDeepDataPopup: false,
mapSearchPopupData: {}
},
@@ -55,6 +56,10 @@
state.mapSearchPopup = mapSearchPopup
},
+ SET_HOUSEDEEPDATAPOPUP (state, mapSearchPopup) {
+ state.houseDeepDataPopup = mapSearchPopup
+ },
+
SET_MAPSEARCHPOPUPDATA (state, mapSearchPopupData) {
state.mapSearchPopupData = mapSearchPopupData
}
--
Gitblit v1.9.3