Commit f09ebde1 by zhujian

fix

parent 22ef2d05
...@@ -40,7 +40,7 @@ const WechatAudit = function () { ...@@ -40,7 +40,7 @@ const WechatAudit = function () {
value={realName} value={realName}
maxLength={6} maxLength={6}
onChange={(e) => { onChange={(e) => {
let value = e.target.value.replace(/[^\a-\z\A-\Z0-9\u4E00-\u9FA5]/g,'') let value = e.target.value;
if(value.length>6){ if(value.length>6){
return return
} }
......
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 to comment