|
@@ -438,7 +438,7 @@ U.MD.D.I.openInApplication = function(str, data) {
|
|
|
} else {
|
|
|
_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/#/courseDetail?userid=" + _userid + "&oid=" + _oid + "&courseId=" + data }), {
|
|
|
+ $$("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 + "&courseId=" + data }), {
|
|
|
"id": "study",
|
|
|
"style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
|
|
|
"onresize": function() {}
|
|
@@ -458,7 +458,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
_userinfo = US.userInfo, //登录用户信息
|
|
|
_userid = obj.userid || US.userInfo.userid, //登录用户id
|
|
|
_oid = obj.organizeid || _userinfo.organizeid,
|
|
|
- _type = US.userInfo.type;
|
|
|
+ _type = US.userInfo.identity;
|
|
|
if (_type == 2 && _oid != "91305d49-01ba-11ed-8c78-005056b86db5") {
|
|
|
switch (str) {
|
|
|
|