yyl
2026-03-04 bc1cb6da854cb2e9144f10ed55330a537ecdca16
Main/System/CustomizedGift/CustomizedRechargeModel.cs
@@ -154,7 +154,7 @@
                            //可自选
                            chooseWinIndex = index - goodsCount;
                            chooseCTGID = ctgID;
                            UIManager.Instance.OpenWindow<CustomizedGiftChooseWin>();
                            UIManager.Instance.OpenWindowAsync<CustomizedGiftChooseWin>().Forget();
                        }
                    });
@@ -166,7 +166,7 @@
                    {
                        chooseWinIndex = index - goodsCount;
                        chooseCTGID = ctgID;
                        UIManager.Instance.OpenWindow<CustomizedGiftChooseWin>();
                        UIManager.Instance.OpenWindowAsync<CustomizedGiftChooseWin>().Forget();
                    });
                }
            }