a面提交

This commit is contained in:
2026-06-01 14:48:38 +08:00
parent 9b2b69dac2
commit a616b21475
5 changed files with 171 additions and 27 deletions
@@ -113,7 +113,7 @@ namespace ChillConnect
SaveData.GetSaveObject().have_slot = true;
SaveData.saveDataFunc();
GameDispatcher.Instance.Dispatch(GameMsg.Slot_refresh);
GameHelper.ShowTips("Purchase successful");
if (!GameHelper.IsGiftSwitch()) GameHelper.ShowTips("Purchase successful");
GameHelper.IsTemporaryEnd = false;
purch_number = ConfigSystem.GetConfig<CommonModel>().addspace2.ToString();
}
@@ -128,7 +128,7 @@ namespace ChillConnect
GameDispatcher.Instance.Dispatch(GameMsg.Slot_refresh);
}
GameHelper.IsTemporaryEnd = false;
GameHelper.ShowTips("Purchase successful");
if (!GameHelper.IsGiftSwitch()) GameHelper.ShowTips("Purchase successful");
}
else if (type == PurchasingManager.GetPaySku(PayType.remove_ad))
{
@@ -139,7 +139,7 @@ namespace ChillConnect
// GameDispatcher.Instance.Dispatch(GameMsg.Gold_refresh);
GameDispatcher.Instance.Dispatch(GameMsg.noads_refresh);
GameDispatcher.Instance.Dispatch(GameMsg.UpdateNoads);
GameHelper.ShowTips("Purchase successful");
if (!GameHelper.IsGiftSwitch()) GameHelper.ShowTips("Purchase successful");
purch_number = ConfigSystem.GetConfig<PaidgiftModel>().DataList[1].Paid_price2.ToString();
}
else if (type == PurchasingManager.GetPaySku(PayType.pack_reward))
@@ -160,7 +160,7 @@ namespace ChillConnect
GameDispatcher.Instance.Dispatch(GameMsg.Gold_refresh);
GameDispatcher.Instance.Dispatch(GameMsg.Sheep_item_refresh);
GameDispatcher.Instance.Dispatch(GameMsg.UpdateNoads);
GameHelper.ShowTips("Purchase successful");
if (!GameHelper.IsGiftSwitch()) GameHelper.ShowTips("Purchase successful");
purch_number = ConfigSystem.GetConfig<PaidgiftModel>().DataList[0].Paid_price2.ToString();
}
else if (type == PurchasingManager.GetPaySku(PayType.battle_pass))