Skip to content

Commit 7997d0b

Browse files
committed
fix(APIV2): 修复首次进入详情页时显示异常
1 parent eae89fe commit 7997d0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Demo/API_V2/Assets/Scripts/GameManager.cs

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ private void Start()
8686
{
8787
mainCanvas.SetActive(true);
8888
detailsCanvas.SetActive(false);
89+
detailsController.ClearDetails();
8990
}
9091

9192
// 切换 MainCanvas 和 DetailsCanvas 的显示状态

0 commit comments

Comments
 (0)