lsc 2 năm trước cách đây
mục cha
commit
be544f0b9e
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      js/Desktop/DeskTop.js

+ 6 - 0
js/Desktop/DeskTop.js

@@ -834,6 +834,12 @@ window.addEventListener('message', function (e) { // 监听 message 事件
         // }
         // U.UF.F.windowZooming(_formel);
         U.UF.F.topWindow(_formel);
+    } else if (e.data.allScreen && e.data.allScreen == "2s") {
+        var _formel = document.getElementById("studyDetailS");
+        U.UF.F.windowZooming(_formel);
+    }else if (e.data.allScreen && e.data.allScreen == "4s") {
+        var _formel = document.getElementById("studyDetailS");
+        U.UF.F.topWindow(_formel);
     } else if (e.data.tools && e.data.tools == "1") {
         // U.MD.D.I.openApplication("whiteboard")
         U.MD.D.I.openApplicationJie("whiteboard", e.data.cid, e.data.stage, e.data.task, e.data.tool)