|
@@ -592,7 +592,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
case "studentStudy":
|
|
case "studentStudy":
|
|
_formdiv = new U.UF.UI.form(
|
|
_formdiv = new U.UF.UI.form(
|
|
"学习中心",
|
|
"学习中心",
|
|
- $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
|
|
|
|
|
|
+ $$("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/#/index?userid=" + _userid + "&oid=" + _oid }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
|
|
"id": "studentStudy",
|
|
"id": "studentStudy",
|
|
"style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
|
|
"style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
|
|
"onresize": function() {}
|
|
"onresize": function() {}
|