|
@@ -3453,7 +3453,7 @@ U.MD.D.I.openInApplication = function (str, data, screenType, tType) {
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"课程管理",
|
|
|
$$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/newAddCourse?cid=" + data + "&userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
|
|
|
- "id": "openNewCourseUpdate",
|
|
|
+ "id": "openCourseUpdate",
|
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
|
"onresize": function () { }
|
|
|
}, {
|
|
@@ -3478,23 +3478,6 @@ U.MD.D.I.openInApplication = function (str, data, screenType, tType) {
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
break;
|
|
|
}
|
|
|
- case "openCourseNewUpdate":
|
|
|
- if (!_userinfo || Object.keys(_userinfo).length === 0) {
|
|
|
- setTimeout(() => {
|
|
|
- U.MD.U.L.login();
|
|
|
- }, 2000);
|
|
|
- } else {
|
|
|
- _formdiv = new U.UF.UI.form(
|
|
|
- "课程管理",
|
|
|
- $$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/newAddCourse?cid=" + data + "&userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
|
|
|
- "id": "openCourseUpdate",
|
|
|
- "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
|
- "onresize": function () { }
|
|
|
- }, {
|
|
|
- closecallback: function () { }
|
|
|
- }, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
- break;
|
|
|
- }
|
|
|
case "inviteLoginSz":
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"随机码登录",
|