|
|
@ -253,22 +253,34 @@ class Infos extends Component{
|
|
|
|
{
|
|
|
|
{
|
|
|
|
data && is_current == false && data.identity =="学生" ? "" : <span className="mypost fl mr10">{data && data.identity}</span>
|
|
|
|
data && is_current == false && data.identity =="学生" ? "" : <span className="mypost fl mr10">{data && data.identity}</span>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
<a href={is_current ? `${this.props.Headertop && this.props.Headertop.old_url}/account/authentication` :"javascript:void(0)"} target="_blank" className={is_current ? "ringauto fl" :"ringauto fl cdefault"}>
|
|
|
|
<a
|
|
|
|
|
|
|
|
// href={is_current ? `${this.props.Headertop && this.props.Headertop.old_url}/account/authentication` :"javascript:void(0)"}
|
|
|
|
|
|
|
|
// target="_blank"
|
|
|
|
|
|
|
|
className={is_current ? "ringauto fl" :"ringauto fl cdefault"}>
|
|
|
|
<Tooltip placement='bottom' title={ data && data.authentication ?"已实名认证":"未实名认证"}>
|
|
|
|
<Tooltip placement='bottom' title={ data && data.authentication ?"已实名认证":"未实名认证"}>
|
|
|
|
<i className={ data && data.authentication ? "iconfont icon-shenfenrenzheng font-13 color-blue":"iconfont icon-shenfenrenzheng font-13 color-grey-9"}></i>
|
|
|
|
<i className={ data && data.authentication ? "iconfont icon-shenfenrenzheng font-13 color-blue":"iconfont icon-shenfenrenzheng font-13 color-grey-9"}></i>
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<a href={is_current ? `${this.props.Headertop && this.props.Headertop.old_url}/account/professional_certification` :"javascript:void(0)"} target="_blank" className={is_current ? "ringauto fl" :"ringauto fl cdefault"}>
|
|
|
|
<a
|
|
|
|
|
|
|
|
// href={is_current ? `${this.props.Headertop && this.props.Headertop.old_url}/account/professional_certification` :"javascript:void(0)"}
|
|
|
|
|
|
|
|
// target="_blank"
|
|
|
|
|
|
|
|
className={is_current ? "ringauto fl" :"ringauto fl cdefault"}>
|
|
|
|
<Tooltip placement='bottom' title={ data && data.professional_certification ?"已职业认证":"未职业认证"}>
|
|
|
|
<Tooltip placement='bottom' title={ data && data.professional_certification ?"已职业认证":"未职业认证"}>
|
|
|
|
<i className={ data && data.professional_certification ? "iconfont icon-zhiyerenzheng font-13 color-blue":"iconfont icon-zhiyerenzheng font-13 color-grey-9"}></i>
|
|
|
|
<i className={ data && data.professional_certification ? "iconfont icon-zhiyerenzheng font-13 color-blue":"iconfont icon-zhiyerenzheng font-13 color-grey-9"}></i>
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<a href={is_current ? `${this.props.Headertop && this.props.Headertop.old_url}/account/change_or_bind?type=phone` :"javascript:void(0)"} target="_blank" className={is_current ? "ringauto fl" :"ringauto fl cdefault"}>
|
|
|
|
<a
|
|
|
|
|
|
|
|
// href={is_current ? `${this.props.Headertop && this.props.Headertop.old_url}/account/change_or_bind?type=phone` :"javascript:void(0)"}
|
|
|
|
|
|
|
|
// target="_blank"
|
|
|
|
|
|
|
|
className={is_current ? "ringauto fl" :"ringauto fl cdefault"}>
|
|
|
|
<Tooltip placement='bottom' title={ data && data.phone_binded ?"已手机认证":"未手机认证"}>
|
|
|
|
<Tooltip placement='bottom' title={ data && data.phone_binded ?"已手机认证":"未手机认证"}>
|
|
|
|
<i className={ data && data.phone_binded ? "iconfont icon-shoujirenzheng font-13 color-blue":"iconfont icon-shoujirenzheng font-13 color-grey-9"}></i>
|
|
|
|
<i className={ data && data.phone_binded ? "iconfont icon-shoujirenzheng font-13 color-blue":"iconfont icon-shoujirenzheng font-13 color-grey-9"}></i>
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<a href={is_current ? `${this.props.Headertop && this.props.Headertop.old_url}/my/account` :"javascript:void(0)"} target="_blank" className={is_current ? "ringauto fl" :"ringauto fl cdefault"}>
|
|
|
|
<a
|
|
|
|
|
|
|
|
// href={is_current ? `${this.props.Headertop && this.props.Headertop.old_url}/my/account` :"javascript:void(0)"}
|
|
|
|
|
|
|
|
// target="_blank"
|
|
|
|
|
|
|
|
className={is_current ? "ringauto fl" :"ringauto fl cdefault"}>
|
|
|
|
<Tooltip placement='bottom' title={ data && data.email_binded ?"已邮箱认证":"未邮箱认证"}>
|
|
|
|
<Tooltip placement='bottom' title={ data && data.email_binded ?"已邮箱认证":"未邮箱认证"}>
|
|
|
|
<i className={ data && data.email_binded ? "iconfont icon-youxiangrenzheng font-13 color-blue":"iconfont icon-youxiangrenzheng font-13 color-grey-9"}></i>
|
|
|
|
<i className={ data && data.email_binded ? "iconfont icon-youxiangrenzheng font-13 color-blue":"iconfont icon-youxiangrenzheng font-13 color-grey-9"}></i>
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>
|
|
|
@ -276,7 +288,9 @@ class Infos extends Component{
|
|
|
|
{/* <!--学院管理员身份--> */}
|
|
|
|
{/* <!--学院管理员身份--> */}
|
|
|
|
{
|
|
|
|
{
|
|
|
|
data && data.college_identifier &&
|
|
|
|
data && data.college_identifier &&
|
|
|
|
<a href={`${this.props.Headertop && this.props.Headertop.old_url}/colleges/${data.college_identifier}/statistics`} target="_blank" className={is_current ? "ringauto fl" :"ringauto fl cdefault"}>
|
|
|
|
<a
|
|
|
|
|
|
|
|
// href={`${this.props.Headertop && this.props.Headertop.old_url}/colleges/${data.college_identifier}/statistics`} target="_blank"
|
|
|
|
|
|
|
|
className={is_current ? "ringauto fl" :"ringauto fl cdefault"}>
|
|
|
|
<Tooltip placement='bottom' title="学院管理员">
|
|
|
|
<Tooltip placement='bottom' title="学院管理员">
|
|
|
|
<i className="iconfont icon-chengyuanguanli font-12 color-blue" data-tip-down="学院管理员"></i>
|
|
|
|
<i className="iconfont icon-chengyuanguanli font-12 color-blue" data-tip-down="学院管理员"></i>
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>
|
|
|
|