|
@@ -1283,9 +1283,13 @@ else
|
|
|
xbqsite(1, 1, 0, 0, 0);
|
|
xbqsite(1, 1, 0, 0, 0);
|
|
|
} else {
|
|
} else {
|
|
|
$(".ts").hide();
|
|
$(".ts").hide();
|
|
|
- $(".ts p").html("生成标签失败,请重试");
|
|
|
|
|
|
|
+ if(a.msg){
|
|
|
|
|
+ $(".ts p").html(a.msg);
|
|
|
|
|
+ }else{
|
|
|
|
|
+ $(".ts p").html("生成标签失败,请重试");
|
|
|
|
|
+ }
|
|
|
$(".ts").fadeIn();
|
|
$(".ts").fadeIn();
|
|
|
- setTimeout('$(".ts").fadeOut()', 600);
|
|
|
|
|
|
|
+ setTimeout('$(".ts").fadeOut()', 1200);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|