|
@@ -347,7 +347,7 @@ U.MD.D.getuser = function () {
|
|
|
|
|
|
if (res.value[0][0].org == 'eb2af5e9-ac3d-46b6-9fe3-3c1c364f018d') {
|
|
if (res.value[0][0].org == 'eb2af5e9-ac3d-46b6-9fe3-3c1c364f018d') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/yantianOrgBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/yantianOrgBg.png")'
|
|
- } else if (userInfo.organizeid == '7ada499f-4ec7-11ed-8c78-005056b86db5') {
|
|
|
|
|
|
+ } else if (userInfo.org == '7ada499f-4ec7-11ed-8c78-005056b86db5') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/csteamBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/csteamBg.png")'
|
|
}
|
|
}
|
|
|
|
|
|
@@ -387,7 +387,7 @@ U.MD.D.getuser = function () {
|
|
|
|
|
|
if (userInfo.org == 'eb2af5e9-ac3d-46b6-9fe3-3c1c364f018d') {
|
|
if (userInfo.org == 'eb2af5e9-ac3d-46b6-9fe3-3c1c364f018d') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/yantianOrgBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/yantianOrgBg.png")'
|
|
- } else if (userInfo.organizeid == '7ada499f-4ec7-11ed-8c78-005056b86db5') {
|
|
|
|
|
|
+ } else if (userInfo.org == '7ada499f-4ec7-11ed-8c78-005056b86db5') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/csteamBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/csteamBg.png")'
|
|
}
|
|
}
|
|
|
|
|