xs %!s(int64=5) %!d(string=hai) anos
pai
achega
b383f9acfe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/webapp/webpage/modules/sg/projecttem/addItem.js

+ 1 - 1
src/main/webapp/webpage/modules/sg/projecttem/addItem.js

@@ -34,7 +34,7 @@ function doSubmit(obj){ // 添加项目提交方法
           if(data.code=="1"){
              $("#inputForm").submit();
           }else{
-             layer.msg(data.msg, {icon: 5,offset:['33%','33%'});
+             layer.msg(data.msg, {icon: 5,offset:['33%','33%']});
           }
       }
    });