|
@@ -190,10 +190,15 @@ function cancel(that){
|
|
|
success:function(a){
|
|
|
layx.destroy('loadId');
|
|
|
if (a && a.success) {
|
|
|
- $(".ts p").html(a.msg);
|
|
|
+ $(".ts p").html(a.msg);
|
|
|
$(".ts").fadeIn();
|
|
|
setTimeout('searchspan(2)', 900);
|
|
|
}
|
|
|
+ if (a && !a.success) {
|
|
|
+ $(".ts p").html(a.msg);
|
|
|
+ $(".ts").fadeIn();
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -209,10 +214,15 @@ function huifu(that){
|
|
|
success:function(a){
|
|
|
layx.destroy('loadId');
|
|
|
if (a && a.success) {
|
|
|
- $(".ts p").html(a.msg);
|
|
|
+ $(".ts p").html(a.msg);
|
|
|
$(".ts").fadeIn();
|
|
|
setTimeout('searchspan(2)', 900);
|
|
|
}
|
|
|
+ if (a && !a.success) {
|
|
|
+ $(".ts p").html(a.msg);
|
|
|
+ $(".ts").fadeIn();
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -229,10 +239,15 @@ function expressSend(that){
|
|
|
success:function(a){
|
|
|
layx.destroy('loadId');
|
|
|
if (a && a.success) {
|
|
|
- $(".ts p").html(a.msg);
|
|
|
+ $(".ts p").html(a.msg);
|
|
|
$(".ts").fadeIn();
|
|
|
setTimeout('searchspan(2)', 900);
|
|
|
}
|
|
|
+ if (a && !a.success) {
|
|
|
+ $(".ts p").html(a.msg);
|
|
|
+ $(".ts").fadeIn();
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -249,10 +264,15 @@ function finish(that){
|
|
|
success:function(a){
|
|
|
layx.destroy('loadId');
|
|
|
if (a && a.success) {
|
|
|
- $(".ts p").html(a.msg);
|
|
|
+ $(".ts p").html(a.msg);
|
|
|
$(".ts").fadeIn();
|
|
|
setTimeout('searchspan(2)', 900);
|
|
|
}
|
|
|
+ if (a && !a.success) {
|
|
|
+ $(".ts p").html(a.msg);
|
|
|
+ $(".ts").fadeIn();
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
}
|