|
@@ -15,9 +15,10 @@ class PageTimeline extends React.Component {
|
|
|
|
|
|
|
|
constructor(props) {
|
|
constructor(props) {
|
|
|
super(props);
|
|
super(props);
|
|
|
|
|
+
|
|
|
|
|
+ const { appContainer } = this.props;
|
|
|
this.showPages = this.showPages.bind(this);
|
|
this.showPages = this.showPages.bind(this);
|
|
|
this.handlePage = this.handlePage.bind(this);
|
|
this.handlePage = this.handlePage.bind(this);
|
|
|
- const { appContainer } = this.props;
|
|
|
|
|
this.state = {
|
|
this.state = {
|
|
|
activePage: 1,
|
|
activePage: 1,
|
|
|
totalPages: 0,
|
|
totalPages: 0,
|