root 2 rokov pred
rodič
commit
727851b031
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -1244,7 +1244,7 @@ window.addEventListener('message', function (e) { // 监听 message 事件
     } else if (e.data.screenType && e.data.screenType == "2s") { //课程管理传入
         U.MD.D.I.openInApplication("studyDetailStudio", e.data.cid, e.data.screenType, 4)
         //3是展示全部阶段  2学生 1老师 4专家
-    }  else if (e.data.screenType && e.data.screenType == "3") { //课程管理传入
+    } else if (e.data.screenType && e.data.screenType == "3") { //课程管理传入
         U.MD.D.I.openInApplication("studyDetail", e.data.cid, 2, 1)
     } else if (e.data.screenType && e.data.screenType == "3NT") { //课程管理传入
         U.MD.D.I.openInApplication("studyDetailNT", e.data.cid, 2, 1)
@@ -3029,7 +3029,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
                 "AI助手",
                 $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cloud.cocorobo.cn/aichat/" }), {
                 "id": "AIChat",
-                "style": { "width": "550px", "height": "550px", "bottom": "30px", "right": "30px", "overflow": 'hidden' },
+                "style": { "width": "550px", "height": "550px", "bottom": "30px", "right": "30px", "overflow": 'hidden', "zIndex": "9999" },
                 "onresize": function () { }
             }, {
                 closecallback: function () { $("#aichat_icon").remove(); },