|
|
@ -366,7 +366,7 @@ class AccountBasic extends Component {
|
|
|
|
message: '请输入您的姓名',
|
|
|
|
message: '请输入您的姓名',
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
})(
|
|
|
|
})(
|
|
|
|
<Input placeholder="请输入您的姓名" disabled={!showRealName} suffix={
|
|
|
|
<Input placeholder="请输入您的姓名" suffix={
|
|
|
|
<i className={showRealName?"iconfont icon-xianshi font-18 color-blue":"iconfont icon-yincang font-18 color-blue"} onClick={()=>this.showOrHide(showRealName,basicInfo.name)}></i>
|
|
|
|
<i className={showRealName?"iconfont icon-xianshi font-18 color-blue":"iconfont icon-yincang font-18 color-blue"} onClick={()=>this.showOrHide(showRealName,basicInfo.name)}></i>
|
|
|
|
}></Input>
|
|
|
|
}></Input>
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|