浏览代码

no message

lvhao 1 天之前
父节点
当前提交
e06cfaf41a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      template/erp/commodity_edit.html

+ 1 - 1
template/erp/commodity_edit.html

@@ -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);
             }