|
@@ -114,7 +114,7 @@ export class long_story_list extends Component {
|
|
|
}
|
|
|
this.content.removeAllChildren()
|
|
|
for (let index = 0; index < this.data_list.length; index++) {
|
|
|
- let page = (index+1)+(this.cur_min_page-1)
|
|
|
+ let page = index + this.cur_min_page
|
|
|
const element = this.data_list[index];
|
|
|
let item = instantiate(this.long_story_list_item)
|
|
|
item.parent = this.content;
|