bug
This commit is contained in:
parent
6b7aa417b3
commit
e7dbb54bfb
@ -668,6 +668,7 @@ export class HistoryDetail extends Component {
|
||||
if (idx == this.data.panDetails.length - 1) {
|
||||
// console.log("已全部生成完")
|
||||
this.hideLoading()
|
||||
this.item_detail.removeFromParent()
|
||||
this.scrollControl.jumpToPage(0)
|
||||
}
|
||||
|
||||
@ -676,7 +677,6 @@ export class HistoryDetail extends Component {
|
||||
|
||||
})
|
||||
|
||||
this.item_detail.removeFromParent()
|
||||
this.scrollControl.vert_scrollView = this.list_detail.content.children[0].getComponent(ScrollView)
|
||||
this.list_detail.node.active = true
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user