liuyg
2021-12-16 eb4726935d89e2ed21360e91aa7d1e4bdbd6166a
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);