bug修改

This commit is contained in:
2026-06-02 17:12:08 +08:00
parent 9a93ae4b19
commit 9ee7fabfc1
6 changed files with 17 additions and 11 deletions
@@ -147,7 +147,7 @@ namespace BingoBrain
// value => { ui.money.GetChild("text_gold").text = GameHelper.Get101Str((decimal)value); });
// SaveData.GetSaveobject().IsGetFirstReward = true;
// SaveData.saveDataFunc();
PlayerPrefs.SetInt("first_", 1);
PlayerPrefs.SetInt("first_uid", (int)GameHelper.GetLoginModel().uid);
DOVirtual.DelayedCall(1f, () =>
{
UICtrlDispatcher.Instance.Dispatch(SkinInfo.FirstRewardUI_Close);