@@ -108,7 +108,7 @@ $(".datatext tr").each(function() {
$(".express").show();
} else {
$(".ts").hide();
- $(".ts p").html("添加失败,请重试");
+ $(".ts p").html(a.msg);
$(".ts").fadeIn();
setTimeout('$(".ts").fadeOut()', 600);
}