Commit 5f92ee66 by doszhang

dos

parent 4cb9e336
......@@ -209,7 +209,7 @@ function checkInfo() {
createPosterLock = false;
return false;
}
if (checkIt('name', 8)) {
if (!checkIt('name', 8)) {
$('#notification_area').remove();
my_notify('姓名最长为4位');
createPosterLock = 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