lsc 2 years ago
parent
commit
4f62127b95
2 changed files with 6 additions and 1 deletions
  1. BIN
      img/icon/song.png
  2. 6 1
      js/Desktop/Onload.js

BIN
img/icon/song.png


+ 6 - 1
js/Desktop/Onload.js

@@ -351,8 +351,11 @@ U.MD.D.getuser = function() {
                                         $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/longhuaBg.png")'
                                     } else if (res.value[0][0].organizeid == '4787cc87-6588-11ed-8c78-005056b86db5') {
                                         $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/nanfangBg.png")'
+                                    } else if (res.value[0][0].organizeid == '9f888eae-7558-11ed-8c78-005056b86db5') {
+                                        $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/nanfangBg.png")'
                                     }
 
+
                                     if (res.value[0][0].org == 'eb2af5e9-ac3d-46b6-9fe3-3c1c364f018d') {
                                         $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/yantianOrgBg.png")'
                                     } else if (res.value[0][0].org == '7ada499f-4ec7-11ed-8c78-005056b86db5') {
@@ -401,8 +404,10 @@ U.MD.D.getuser = function() {
             $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/longhuaBg.png")'
         } else if (userInfo.organizeid == '4787cc87-6588-11ed-8c78-005056b86db5') {
             $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/nanfangBg.png")'
+        } else if (userInfo.organizeid == '9f888eae-7558-11ed-8c78-005056b86db5') {
+            $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/nanfangBg.png")'
         }
-
+        
         if (userInfo.org == 'eb2af5e9-ac3d-46b6-9fe3-3c1c364f018d') {
             $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/yantianOrgBg.png")'
         } else if (userInfo.org == '7ada499f-4ec7-11ed-8c78-005056b86db5') {