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