|
@@ -341,6 +341,10 @@ U.MD.D.getuser = function () {
|
|
|
window.location.reload();
|
|
|
}, [], { "type": "POST", "withCredentials": true });
|
|
|
} else {
|
|
|
+ if(res.value[0][0].isLogin1 == 2 || res.value[0][0].isLogin2 == 2){
|
|
|
+ U.MD.U.LO.logoutSystem2();
|
|
|
+ return;
|
|
|
+ }
|
|
|
U.A.Request(US.Config.pbl + "addLoginOperation", [_user.userid], function (res) {
|
|
|
}, [], { "type": "POST", "withCredentials": true });
|
|
|
|
|
@@ -581,6 +585,10 @@ U.MD.D.getuser2 = function (userid, cid) {
|
|
|
if ($("#U_MD_HomeC_Pop")[0]) {
|
|
|
$("#U_MD_HomeC_Pop")[0].close(); //关闭登陆
|
|
|
}
|
|
|
+ if(res.value[0][0].isLogin1 == 2 || res.value[0][0].isLogin2 == 2){
|
|
|
+ U.MD.U.LO.logoutSystem2();
|
|
|
+ return;
|
|
|
+ }
|
|
|
U.A.Request(US.Config.pbl + "addLoginOperation", [userid], function (res) {
|
|
|
}, [], { "type": "POST", "withCredentials": true });
|
|
|
|