|
@@ -5117,6 +5117,11 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
|
|
|
|
|
|
//把图标加载到页面
|
|
|
el.appendChild(_frag);
|
|
|
+
|
|
|
+
|
|
|
+ if(_type == 2){
|
|
|
+ U.selectEl(".U_MD_D_RW").css("display", "none");
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -8198,6 +8203,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
U.UF.DL.uploading($("iframe", _formdiv)[0].parentElement.parentElement)
|
|
|
}, 2000);
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
U.MD.D.I.openApplicationWai = function (id, url, dom, array) {
|