Commit fbe60d52 by doszhang

dos

parent 8816649c
......@@ -105,7 +105,7 @@ $(document).ready(function () {
return;
}
}
if (text.gblen > 10) {
if (text.gblen() > 10) {
showTip('名字最长为5个汉字');
}
if (text.length === 2) {
......
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