|
@@ -1244,7 +1244,7 @@ window.addEventListener('message', function (e) { // 监听 message 事件
|
|
} else if (e.data.screenType && e.data.screenType == "2s") { //课程管理传入
|
|
} else if (e.data.screenType && e.data.screenType == "2s") { //课程管理传入
|
|
U.MD.D.I.openInApplication("studyDetailStudio", e.data.cid, e.data.screenType, 4)
|
|
U.MD.D.I.openInApplication("studyDetailStudio", e.data.cid, e.data.screenType, 4)
|
|
//3是展示全部阶段 2学生 1老师 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)
|
|
U.MD.D.I.openInApplication("studyDetail", e.data.cid, 2, 1)
|
|
} else if (e.data.screenType && e.data.screenType == "3NT") { //课程管理传入
|
|
} else if (e.data.screenType && e.data.screenType == "3NT") { //课程管理传入
|
|
U.MD.D.I.openInApplication("studyDetailNT", e.data.cid, 2, 1)
|
|
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助手",
|
|
"AI助手",
|
|
$$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cloud.cocorobo.cn/aichat/" }), {
|
|
$$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cloud.cocorobo.cn/aichat/" }), {
|
|
"id": "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 () { }
|
|
"onresize": function () { }
|
|
}, {
|
|
}, {
|
|
closecallback: function () { $("#aichat_icon").remove(); },
|
|
closecallback: function () { $("#aichat_icon").remove(); },
|