From ff7803c7293caa7f8aee531f83542c9e4f74a7ac Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Feb 2022 13:47:22 +0800
Subject: [PATCH] 我的标记的修改完善

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

diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index 224dee6..ad9dfde 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -17,7 +17,9 @@
         // 图集
         popupImgAtlas: [],
         teachList: [],
-        liveList: []
+        liveList: [],
+        addTagPopup: false,
+        addTagPosition: null
     },
     mutations: {
         SET_POPUPBGURL (state, popupBgUrl) {
@@ -72,6 +74,14 @@
             state.liveList = liveList
         },
 
+        SET_ADDTAGPOPUP (state, addTagPopup) {
+            state.addTagPopup = addTagPopup
+        },
+
+        SET_ADDTAGPOSITION (state, addTagPosition) {
+            state.addTagPosition = addTagPosition
+        },
+
         CLEAR_ALL (state, param) {
             state.siteName = param
             state.introduceText = param

--
Gitblit v1.9.3