Commit 699183bf by doszhang

dos

parent fbe60d52
......@@ -9,7 +9,7 @@
<meta name="format-detection" content="telephone=no">
{:assign var=projectId value=0}
{:assign var=rem value=false}
{:assign var=version value='1.0.9'}
{:assign var=version value='1.1.0'}
{:block name='projectx'}{:/block}
{:if $rem == true}
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
......
......@@ -107,6 +107,7 @@ $(document).ready(function () {
}
if (text.gblen() > 10) {
showTip('名字最长为5个汉字');
return;
}
if (text.length === 2) {
var last = text[1];
......
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