|
@@ -428,6 +428,9 @@ U.MD.D.getuser = function () {
|
|
} else if (res.value[0][0].org == '54f09f1e-09f0-11ee-91d8-005056b86db5') {
|
|
} else if (res.value[0][0].org == '54f09f1e-09f0-11ee-91d8-005056b86db5') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szlhyjBg.jpeg")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szlhyjBg.jpeg")'
|
|
US.Config.background = '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")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/gdjgBg.png")'
|
|
} else if (userInfo.org == '54f09f1e-09f0-11ee-91d8-005056b86db5') {
|
|
} else if (userInfo.org == '54f09f1e-09f0-11ee-91d8-005056b86db5') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szlhyjBg.jpeg")'
|
|
$("#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') {
|
|
} else if (res.value[0][0].org == '54f09f1e-09f0-11ee-91d8-005056b86db5') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szlhyjBg.jpeg")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szlhyjBg.jpeg")'
|
|
US.Config.background = '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];
|
|
US.userInfo = res.value[0][0];
|