|
@@ -349,6 +349,8 @@ U.MD.D.getuser = function() {
|
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/nanfangBg.png")'
|
|
|
} else if (res.value[0][0].organizeid == 'f30a6615-5379-11ed-8c78-005056b86db5') {
|
|
|
$("#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")'
|
|
|
}
|
|
|
|
|
|
if (res.value[0][0].org == 'eb2af5e9-ac3d-46b6-9fe3-3c1c364f018d') {
|
|
@@ -397,6 +399,8 @@ U.MD.D.getuser = function() {
|
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/nanfangBg.png")'
|
|
|
} else if (userInfo.organizeid == 'f30a6615-5379-11ed-8c78-005056b86db5') {
|
|
|
$("#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")'
|
|
|
}
|
|
|
|
|
|
if (userInfo.org == 'eb2af5e9-ac3d-46b6-9fe3-3c1c364f018d') {
|