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(); }); } }