|
@@ -437,6 +437,9 @@ U.MD.D.getuser = function () {
|
|
} else if (res.value[0][0].org == '2fa75e51-189a-11ee-91d8-005056b86db5') {
|
|
} else if (res.value[0][0].org == '2fa75e51-189a-11ee-91d8-005056b86db5') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.png")'
|
|
US.Config.background = 'url("/img/icon/chjyjBg.png")'
|
|
US.Config.background = 'url("/img/icon/chjyjBg.png")'
|
|
|
|
+ } else if (res.value[0][0].org == '2a9f32ea-88df-49eb-aba1-0a286f691474') {
|
|
|
|
+ $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/qhBg.png")'
|
|
|
|
+ US.Config.background = 'url("/img/icon/qhBg.png")'
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -553,6 +556,8 @@ U.MD.D.getuser = function () {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szjkyBg2.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szjkyBg2.png")'
|
|
} else if (userInfo.org == '2fa75e51-189a-11ee-91d8-005056b86db5') {
|
|
} else if (userInfo.org == '2fa75e51-189a-11ee-91d8-005056b86db5') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.png")'
|
|
|
|
+ } else if (userInfo.org == '2a9f32ea-88df-49eb-aba1-0a286f691474') {
|
|
|
|
+ $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/qhBg.png")'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -663,6 +668,9 @@ U.MD.D.getuser2 = function (userid, cid) {
|
|
} else if (res.value[0][0].org == '2fa75e51-189a-11ee-91d8-005056b86db5') {
|
|
} else if (res.value[0][0].org == '2fa75e51-189a-11ee-91d8-005056b86db5') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.png")'
|
|
US.Config.background = 'url("/img/icon/chjyjBg.png")'
|
|
US.Config.background = 'url("/img/icon/chjyjBg.png")'
|
|
|
|
+ } else if (res.value[0][0].org == '2a9f32ea-88df-49eb-aba1-0a286f691474') {
|
|
|
|
+ $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/qhBg.png")'
|
|
|
|
+ US.Config.background = 'url("/img/icon/qhBg.png")'
|
|
}
|
|
}
|
|
|
|
|
|
US.userInfo = res.value[0][0];
|
|
US.userInfo = res.value[0][0];
|