routine updata

This commit is contained in:
yubao
2018-03-15 23:38:14 +08:00
parent abbd395fde
commit 9c31ab6661
5 changed files with 93 additions and 20 deletions

View File

@@ -219,7 +219,7 @@
return false;
} else {
alert('表单内容不能为空!')
layer.msg('表单内容不能为空!');
$('#submitbtn').button('reset');
return false;
}