|
@@ -2025,6 +2025,13 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
|
// _iframe.contentWindow.document.body.appendChild(script3);
|
|
|
_iframe.contentWindow.document.body.appendChild(script4);
|
|
|
})
|
|
|
+ } else if (str == 'courseDesign') {
|
|
|
+ U.UF.DL.iframeLoad(_iframe, function () {
|
|
|
+ // _iframe.contentWindow.U.MD.O.W.load();
|
|
|
+ // _iframe.contentWindow.document.body.appendChild(script1);
|
|
|
+ _iframe.contentWindow.document.body.appendChild(script2);
|
|
|
+ _iframe.contentWindow.document.body.appendChild(script4);
|
|
|
+ })
|
|
|
} else {
|
|
|
_iframe.onload = () => {
|
|
|
_iframe.contentWindow.document.body.appendChild(script1);
|