Commit f637cb0d by guomingpang

fix:提交登录申请文本框输入限制

parent c87897f0
......@@ -52,6 +52,7 @@ const WechatAudit = function () {
<div className={realName ? "save-btn" : "save-btn disable"}>
<Button
type="primary"
disabled={realName.length === 0}
onClick={() => {
saveUserInfo();
}}
......
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