Main/System/BattlePass/BattlePassBaseCell.cs
@@ -20,7 +20,7 @@ redPoint.redpointId = MainRedDot.RedPoint_FundKey * 100 + type; btn.AddListener(() => { UIManager.Instance.OpenWindow<BattlePassCommonWin>(type); UIManager.Instance.OpenWindowAsync<BattlePassCommonWin>(type).Forget(); }); }