lsc hace 4 días
padre
commit
e094ff41ae
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      js/Desktop/DeskTop.js

+ 6 - 0
js/Desktop/DeskTop.js

@@ -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) {