|
|
@ -78,9 +78,9 @@ $(function(){
|
|
|
|
$.get(target).success(function(data){
|
|
|
|
$.get(target).success(function(data){
|
|
|
|
if (data.status==1) {
|
|
|
|
if (data.status==1) {
|
|
|
|
if (data.url) {
|
|
|
|
if (data.url) {
|
|
|
|
updateAlert(data.info + ' 页面即将自动跳转~','alert-success');
|
|
|
|
updateAlert(data.info + ' 页面即将自动跳转~',1,'alert-success');
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
updateAlert(data.info,'alert-success');
|
|
|
|
updateAlert(data.info,1,'alert-success');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
setTimeout(function(){
|
|
|
|
setTimeout(function(){
|
|
|
|
if (data.url) {
|
|
|
|
if (data.url) {
|
|
|
|