From 3d39f312d55ba4bcba859bacbaa198a876758171 Mon Sep 17 00:00:00 2001 From: TJH Date: Mon, 29 Jun 2026 17:18:08 +0800 Subject: [PATCH] bug --- assets/Game/history/scripts/HistoryDetail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/Game/history/scripts/HistoryDetail.ts b/assets/Game/history/scripts/HistoryDetail.ts index 1af0f19..ee1bcea 100644 --- a/assets/Game/history/scripts/HistoryDetail.ts +++ b/assets/Game/history/scripts/HistoryDetail.ts @@ -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