Commit 9c977ab6 by guomingpang

Merge branch 'feature/pangguoming/20210810/wechat_audit' into dev

parents 31f4dc08 f637cb0d
...@@ -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