lsc 2 weeks ago
parent
commit
6a8ae7000f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      js/Desktop/DeskTop.js

+ 4 - 0
js/Desktop/DeskTop.js

@@ -4742,6 +4742,10 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
 
 
     //把图标加载到页面
     //把图标加载到页面
     el.appendChild(_frag);
     el.appendChild(_frag);
+
+    if(_type == 2){
+        U.selectEl(".U_MD_D_RW").css("display", "none");
+    }
 }
 }
 
 
 /**
 /**