|
|
|
@ -545,7 +545,7 @@ class MessagSub extends Component {
|
|
|
|
|
{/*下面内容页面*/}
|
|
|
|
|
<div className="bor-top-greyE mycenter">
|
|
|
|
|
{/*这里可以进行数据处理*/}
|
|
|
|
|
<div className="myw100baifenbi">
|
|
|
|
|
<div className="myw100baifenbi edu-back-white">
|
|
|
|
|
<Spin size="large" className="myw100baifenbi mt10" spinning={isSpin}>
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
@ -641,23 +641,24 @@ class MessagSub extends Component {
|
|
|
|
|
})}
|
|
|
|
|
</Spin>
|
|
|
|
|
|
|
|
|
|
{/*页数*/}
|
|
|
|
|
{data === undefined ? ""
|
|
|
|
|
:
|
|
|
|
|
(count > 10 ?
|
|
|
|
|
<div style={{textAlign: "center"}} className="new_expand mt10">
|
|
|
|
|
<div className="edu-txt-center mt30">
|
|
|
|
|
<Pagination showQuickJumper current={page}
|
|
|
|
|
onChange={this.paginationonChanges} pageSize={limit}
|
|
|
|
|
total={count}></Pagination>
|
|
|
|
|
</div>
|
|
|
|
|
</div> : ""
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
{/*页数*/}
|
|
|
|
|
{data === undefined ? ""
|
|
|
|
|
:
|
|
|
|
|
(count > 10 ?
|
|
|
|
|
<div style={{textAlign: "center"}} className="new_expand mt10">
|
|
|
|
|
<div className="edu-txt-center mt30">
|
|
|
|
|
<Pagination showQuickJumper current={page}
|
|
|
|
|
onChange={this.paginationonChanges} pageSize={limit}
|
|
|
|
|
total={count}></Pagination>
|
|
|
|
|
</div>
|
|
|
|
|
</div> : ""
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|