Commit f637cb0d by guomingpang

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

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