lsc 2 tuần trước cách đây
mục cha
commit
6a8ae7000f
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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);
+
+    if(_type == 2){
+        U.selectEl(".U_MD_D_RW").css("display", "none");
+    }
 }
 
 /**