|
|
|
@ -451,7 +451,7 @@ class DetailTop extends Component{
|
|
|
|
|
onVisibleChange={this.onVisibleChanges}
|
|
|
|
|
>
|
|
|
|
|
<a className={"alist"}>
|
|
|
|
|
第<span className={"color-orange"}>{this.state.MenuItemskey}</span>次开课 <Icon className="aIcons" type={!this.state.onVisibleChangestype?"down":"up"} />
|
|
|
|
|
第<span className={"color-orange"}> {this.state.MenuItemskey} </span>次开课 <Icon className="aIcons" type={!this.state.onVisibleChangestype?"down":"up"} />
|
|
|
|
|
</a>
|
|
|
|
|
</Dropdown>
|
|
|
|
|
</li>
|
|
|
|
@ -509,7 +509,7 @@ class DetailTop extends Component{
|
|
|
|
|
报名人数:
|
|
|
|
|
</div>
|
|
|
|
|
<div className={"pathtimes"}>
|
|
|
|
|
{item.student_count}人
|
|
|
|
|
{item.student_count} 人
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</span>
|
|
|
|
|