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