|
|
|
@ -29,7 +29,7 @@ JX.host = window.location.protocol + '//' + window.location.host;
|
|
|
|
|
layer.alert(ret.reason);
|
|
|
|
|
} else if(ret.data.isLogin) {
|
|
|
|
|
layer.alert('登陆成功', 9);
|
|
|
|
|
location.href = url.mallIndex;
|
|
|
|
|
location.href = RequestTool.rebuildAjaxUrl(url.mallIndex);
|
|
|
|
|
} else {
|
|
|
|
|
$('#J_confirmVerifyBox').modal({
|
|
|
|
|
backdrop: 'static',
|
|
|
|
@ -57,7 +57,7 @@ JX.host = window.location.protocol + '//' + window.location.host;
|
|
|
|
|
} else {
|
|
|
|
|
$('#J_confirmVerifyBox').modal('hide');
|
|
|
|
|
layer.alert('登陆成功', 9);
|
|
|
|
|
location.href = url.mallIndex;
|
|
|
|
|
location.href = RequestTool.rebuildAjaxUrl(url.mallIndex);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|