|
@@ -53,8 +53,7 @@ $(function () {
|
|
|
setTimeout("window.location.href = globalConfig.context + '/user/account/index.html#normal'", 3000);
|
|
|
}
|
|
|
} else {
|
|
|
- message('获取用户信息失败,请重新登录!');
|
|
|
- setTimeout("window.location.href = globalConfig.context + '/user/login.html'", 3000);
|
|
|
+ $('.login').fadeIn(800)
|
|
|
}
|
|
|
});
|
|
|
$('#submitOrder').click(function () {
|