【Bug】【5979】勋章墙跳转佩戴勋章后,返回勋章墙页面,背景显示为黑屏

main
Huliang 2026-05-15 12:09:11 +08:00
parent 8d5070da69
commit bd5332b9ae
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ public class UIManager : UIManagerBase, IGlobal
//勋章
_WindowMeta(UINameConst.UI_MedalMainPanel, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, false, false);
_WindowMeta(UINameConst.UI_MedalInfoPanel, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, true, needScreenshot: true);
_WindowMeta(UINameConst.UI_MedalEditorShowPanel, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, true, needScreenshot: true);
_WindowMeta(UINameConst.UI_MedalEditorShowPanel, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, false, needScreenshot: false);
//图鉴
_WindowMeta(UINameConst.UI_CollectionMain, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, true, needScreenshot: true);