Skip to content

Commit 4c657be

Browse files
committed
修复内容加载重叠
1 parent 921d88e commit 4c657be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CrazyCar/Assets/Scripts/UI/TimeTrial/TimeTrialDetailUI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ private void Start() {
3939
closeBtn.onClick.AddListener(() => {
4040
this.GetSystem<ISoundSystem>().PlayCloseSound();
4141
this.SendCommand(new ShowPageCommand(UIPageType.HomepageUI));
42+
gameObject.SetActiveFast(false);
4243
});
4344
}
4445

0 commit comments

Comments
 (0)