lsc 2 years ago
parent
commit
39ad389993
2 changed files with 4 additions and 0 deletions
  1. BIN
      img/icon/yunhaiBg.png
  2. 4 0
      js/Desktop/Onload.js

BIN
img/icon/yunhaiBg.png


+ 4 - 0
js/Desktop/Onload.js

@@ -310,6 +310,8 @@ U.MD.D.getuser = function () {
                                         $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/zhongshanBg.png")'
                                     } else if (userInfo.organizeid == '580aac24-a939-49f7-a75a-40a7b5af3a17') {
                                         // $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/longweiBg.png")'
+                                    } else if (userInfo.organizeid == 'b1095a3c-1d06-4ac8-854f-7c0d97f4ab41') {
+                                        $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/yunhaiBg.png")'
                                     }
                                     US.userInfo = res.value[0][0];
                                     $(".avatar")[0].style.display = "block";
@@ -335,6 +337,8 @@ U.MD.D.getuser = function () {
             $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/zhongshanBg.png")'
         } else if (userInfo.organizeid == '580aac24-a939-49f7-a75a-40a7b5af3a17') {
             // $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/longweiBg.png")'
+        } else if (userInfo.organizeid == 'b1095a3c-1d06-4ac8-854f-7c0d97f4ab41') {
+            $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/yunhaiBg.png")'
         }
     }
 }