lsc 2 yıl önce
ebeveyn
işleme
6d8b6b97a4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -652,7 +652,7 @@ U.MD.D.I.openInApplication = function(str, data, screenType, tType) {
             } else {
                 _formdiv = new U.UF.UI.form(
                     "项目详情",
-                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/courseDetail?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&courseId=" + data + "&tType=" + tType + "&cid=" + _classId + "&screenType=" + screenType }), {
+                    $$("iframe", { "allow":"camera; microphone","webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/courseDetail?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&courseId=" + data + "&tType=" + tType + "&cid=" + _classId + "&screenType=" + screenType }), {
                         "id": "studyDetail",
                         "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
                         "onresize": function() {}