Commit 4cb9e336 by doszhang

dos

parent adfc9ba0
......@@ -209,9 +209,9 @@ function checkInfo() {
createPosterLock = false;
return false;
}
if (name.checkIt('name', 8)) {
if (checkIt('name', 8)) {
$('#notification_area').remove();
my_notify('姓名最长为4位');
my_notify('姓名最长为4位');
createPosterLock = false;
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment