|
|
|
@ -1080,7 +1080,7 @@ class TPMBanner extends Component {
|
|
|
|
|
content={
|
|
|
|
|
<pre className={"bannerpd201"}>
|
|
|
|
|
<div>申请公开成功后,您的实训将会展示实训列表</div>
|
|
|
|
|
<div className={"wechatcenter mt10"}>平台审核通过,您将获得<span className={"FF6802"}> 1000 </span>金币~</div>
|
|
|
|
|
<div className={"wechatcenter mt10"}>您将获得关卡<span className={"FF6802"}>对应的经验值和金币</span>~ </div>
|
|
|
|
|
<div className={"wechatcenter mt15"}><Button type="primary" onClick={this.openshowpublic} >我知道了</Button></div>
|
|
|
|
|
</pre>
|
|
|
|
|
}
|
|
|
|
@ -1199,7 +1199,7 @@ class TPMBanner extends Component {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{this.props.identity < 8 && shixunsDetails.shixun_status != -1 ?
|
|
|
|
|
{this.props.identity < 8 && shixunsDetails.shixun_status != -1 && shixunsDetails.shixun_status != 0?
|
|
|
|
|
<div className="fr user_default_btn user_blue_btn mr20"
|
|
|
|
|
style={{display: shixunsDetails.can_copy === false || shixunsDetails.can_copy === null ? "none" : "flex"}}>
|
|
|
|
|
<Tooltip placement="bottom" title={"基于这个实训修改形成新的实训"}>
|
|
|
|
|