From 16a732559eec96fadee78102915801f9904cdf9a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 25 Jan 2022 14:41:03 +0800
Subject: [PATCH] +

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

diff --git a/src/store/getters.js b/src/store/getters.js
index df05f42..8154ffe 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -31,6 +31,7 @@
   choiceRouterS: (state) => state.mobile.choiceRouterS, // 当前选择路径
 
   showActivity: (state) => state.mobile.showActivity, // 显影活动弹窗
+  showActivityData: (state) => state.mobile.showActivityData, // 活动弹窗数据
   isOpenDrawALineMany: (state) => state.mobile.isOpenDrawALineMany, // 显影活动弹窗
 };
 

--
Gitblit v1.9.3