|
@@ -62,12 +62,6 @@ export class long_story_list_item extends Component {
|
|
|
// console.log('data_list=',data_list)
|
|
|
this.lab_title.getComponent(Label).string = `第${this.m_page}章节`
|
|
|
|
|
|
- // if(data_list.length<=3) {
|
|
|
- // this.node.getComponent(UITransform).contentSize = new Size(1080,1350)
|
|
|
- // } else {
|
|
|
- // this.node.getComponent(UITransform).contentSize = new Size(1080,2700)
|
|
|
- // }
|
|
|
-
|
|
|
this.level_bg_1.active = false
|
|
|
this.level_bg_2.active = false
|
|
|
this.level_bg_3.active = false
|