|
@@ -345,7 +345,10 @@ U.MD.D.getuser = function () {
|
|
} else {
|
|
} else {
|
|
U.A.Request(US.Config.pbl + "addLoginOperation", [_user.userid], function (res) {
|
|
U.A.Request(US.Config.pbl + "addLoginOperation", [_user.userid], function (res) {
|
|
}, [], { "type": "POST", "withCredentials": true });
|
|
}, [], { "type": "POST", "withCredentials": true });
|
|
-
|
|
|
|
|
|
+ if(US.userInfo.accountNumber){
|
|
|
|
+ res.value[0][0] = US.userInfo;
|
|
|
|
+ }
|
|
|
|
+
|
|
if (res.value[0][0].organizeid == '91305d49-01ba-11ed-8c78-005056b86db4') {
|
|
if (res.value[0][0].organizeid == '91305d49-01ba-11ed-8c78-005056b86db4') {
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/mingdeBg.png")'
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/mingdeBg.png")'
|
|
US.Config.background = 'url("/img/icon/mingdeBg.png")'
|
|
US.Config.background = 'url("/img/icon/mingdeBg.png")'
|