Ver Fonte

Merge branch 'beta'

lsc há 1 ano atrás
pai
commit
53c4e26757
2 ficheiros alterados com 8 adições e 0 exclusões
  1. BIN
      img/icon/dseiBg.png
  2. 8 0
      js/Desktop/Onload.js

BIN
img/icon/dseiBg.png


+ 8 - 0
js/Desktop/Onload.js

@@ -428,6 +428,9 @@ U.MD.D.getuser = function () {
                                     } else if (res.value[0][0].org == '54f09f1e-09f0-11ee-91d8-005056b86db5') {
                                         $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szlhyjBg.jpeg")'
                                         US.Config.background = 'url("/img/icon/szlhyjBg.jpeg")'
+                                    } else if (res.value[0][0].org == '7b016f69-0f4f-11ee-91d8-005056b86db5') {
+                                        $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/dseiBg.png")'
+                                        US.Config.background = 'url("/img/icon/dseiBg.png")'
                                     }
                             
                                     
@@ -538,6 +541,8 @@ U.MD.D.getuser = function () {
                 $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/gdjgBg.png")'
             } else if (userInfo.org == '54f09f1e-09f0-11ee-91d8-005056b86db5') {
                 $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szlhyjBg.jpeg")'
+            } else if (userInfo.org == '7b016f69-0f4f-11ee-91d8-005056b86db5') {
+                $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/dseiBg.png")'
             }
         }
     }
@@ -639,6 +644,9 @@ U.MD.D.getuser2 = function (userid, cid) {
         } else if (res.value[0][0].org == '54f09f1e-09f0-11ee-91d8-005056b86db5') {
             $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szlhyjBg.jpeg")'
             US.Config.background = 'url("/img/icon/szlhyjBg.jpeg")'
+        } else if (res.value[0][0].org == '7b016f69-0f4f-11ee-91d8-005056b86db5') {
+            $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/dseiBg.png")'
+            US.Config.background = 'url("/img/icon/dseiBg.png")'
         }
 
         US.userInfo = res.value[0][0];