|
@@ -438,8 +438,8 @@ U.MD.D.getuser = function () {
|
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = '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")'
|
|
|
+ $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/qhBg.jpg")'
|
|
|
+ US.Config.background = 'url("/img/icon/qhBg.jpg")'
|
|
|
}
|
|
|
|
|
|
|
|
@@ -557,7 +557,7 @@ U.MD.D.getuser = function () {
|
|
|
} else if (userInfo.org == '2fa75e51-189a-11ee-91d8-005056b86db5') {
|
|
|
$("#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")'
|
|
|
+ $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/qhBg.jpg")'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -669,8 +669,8 @@ U.MD.D.getuser2 = function (userid, cid) {
|
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = '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")'
|
|
|
+ $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/qhBg.jpg")'
|
|
|
+ US.Config.background = 'url("/img/icon/qhBg.jpg")'
|
|
|
}
|
|
|
|
|
|
US.userInfo = res.value[0][0];
|