From 0b9095227438cb35f5a8759aee8f3b32a732151c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 21 Dec 2021 16:42:40 +0800
Subject: [PATCH] 校内机构等模块中弹框封装,及部分接口对接,及部分样式更改
---
src/store/getters.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/store/getters.js b/src/store/getters.js
index bae0997..0989790 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -22,9 +22,13 @@
startingPoint: state => state.popupParams.startingPoint,
stateName: state => state.popupParams.stateName,
siteName: state => state.popupParams.siteName,
+ telephone: state => state.popupParams.telephone,
introduceText: state => state.popupParams.introduceText,
panoramaUrl: state => state.popupParams.panoramaUrl,
detailsPopup: state => state.popupParams.detailsPopup,
- panoramaPopup: state => state.popupParams.panoramaPopup
+ panoramaPopup: state => state.popupParams.panoramaPopup,
+ popupImgAtlas: state => state.popupParams.popupImgAtlas,
+ teachList: state => state.popupParams.teachList,
+ liveList: state => state.popupParams.liveList
}
export default getters
--
Gitblit v1.9.3