From d3fc230051884ee203e8adef0b8ff4158c2b43fe Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 16 Dec 2021 16:39:21 +0800
Subject: [PATCH] +全屏弹窗样式修改
---
src/store/modules/mobile.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/mobile.js b/src/store/modules/mobile.js
index b456e2b..9caa9d4 100644
--- a/src/store/modules/mobile.js
+++ b/src/store/modules/mobile.js
@@ -54,7 +54,7 @@
);
commit("MSET_POPUPDOM", popupsDom)
},
- closeWindowsDom({ state, commit }) {
+ closeMobileWindowsDom({ state, commit }) {
if (!state.MobileWindowsHide && state.popupsDom) {
state.popupsDom.closeOur();
commit("MSET_MOBILEWINDOWSHIDE", true);
--
Gitblit v1.9.3