.
This commit is contained in:
@@ -181,9 +181,9 @@ var red = {
|
||||
},
|
||||
loginCheck: function (json) {
|
||||
if (json && (json['code'] == -2 || json['referid'])) {
|
||||
//red.showMsg({type:'error', placement: 'center', msg: '登陆过期,请前往登陆'});
|
||||
red.showMsg({type:'error', placement: 'center', msg: '登陆过期,请前往登陆'});
|
||||
setTimeout(function () {
|
||||
//location.href = "/user/login.html";
|
||||
location.href = "/user/login.html";
|
||||
}, 2000);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user