dev_video
杨树明 5 years ago
parent 9c661dc05f
commit 16c757f6c2

@ -863,7 +863,7 @@ class TPMBanner extends Component {
};
//
// console.log(this.props.shixunsDetails&&this.props.shixunsDetails.is_jupyter)
// console.log(this.state)
return (
@ -1256,7 +1256,7 @@ class TPMBanner extends Component {
{this.state.Senttothevcaluetype === true ? <div className={"color-red"}>请选择你要发送的课堂</div> : ""}
<div className="mt10 marginauto" style={{display: courses_count > 12 ? "block" : "none"}}>
<Pagination size="small" className="mb20"
showQuickJumper defaultCurrent={1} current={pages} pageSize={12}
showQuickJumper defaultCurrent={1} current={pages} pageSize={10}
total={courses_count} onChange={this.onChangesendeSenttothe}/>
</div>

Loading…
Cancel
Save