Browse Source

取消显示课程详情的放大和最小化弹窗

lsc 17 hours ago
parent
commit
b86ce3a752
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -5886,7 +5886,7 @@ U.MD.D.I.openInApplication = function (str, data, screenType, tType) {
                     "onresize": function () { }
                 }, {
                     closecallback: function () { }
-                }, { "style": { "height": "36px" } }).form; //创建窗体
+                }, { "style": { "height": "36px","isnarrow": false, "isenlarge": false } }).form; //创建窗体
                 _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/study.png)" }, "name": "课程中心", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
                 break;
             }