lsc 1 gadu atpakaļ
vecāks
revīzija
d52fa8cd78
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -3205,7 +3205,7 @@ window.addEventListener('message', function (e) { // 监听 message 事件
     }else if (e.data.tools && e.data.tools == "loginSz") {
         U.MD.D.I.openInApplication("loginSz")
     }else if (e.data.tools && e.data.tools == "classroom_observation_board"){
-        U.MD.D.I.openInApplication("classroom_observation_board")
+        U.MD.D.I.openInApplication("classroom_observation_board", e.data.type)
     }
     
 
@@ -3578,7 +3578,7 @@ U.MD.D.I.openInApplication = function (str, data, screenType, tType) {
             } else {
                 _formdiv = new U.UF.UI.form(
                     "课堂观察",
-                    $$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://beta.cloud.cocorobo.cn/aigpt/#/classroom_observation_board?tid=01" }), {
+                    $$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://beta.cloud.cocorobo.cn/aigpt/#/classroom_observation_board?tid="+data }), {
                     "id": "classroom_observation_board",
                     "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
                     "onresize": function () { }