Skip to content

Commit

Permalink
fix(APIV2): 修复首次进入详情页时显示异常
Browse files Browse the repository at this point in the history
  • Loading branch information
0oQiaoo0 committed Nov 18, 2024
1 parent eae89fe commit 7997d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Demo/API_V2/Assets/Scripts/GameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ private void Start()
{
mainCanvas.SetActive(true);
detailsCanvas.SetActive(false);
detailsController.ClearDetails();
}

// 切换 MainCanvas 和 DetailsCanvas 的显示状态
Expand Down

0 comments on commit 7997d0b

Please sign in to comment.