Преглед на файлове

新年红包红点增加实时刷新监听派发

huangxiaoyue преди 1 година
родител
ревизия
a8e4348087
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      GameClient/Assets/Game/HotUpdate/ServerProxy/NewYearRedEnvelopeSproxy.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/ServerProxy/NewYearRedEnvelopeSproxy.cs

@@ -57,7 +57,8 @@ namespace GFGGame
                     //var itemData = ItemUtil.CreateItemDataList(response.ItemId, response.ItemNum);
                     //BonusController.TryShowBonusList(itemData);
                     var ramdomInt = Random.Range(1, 4).ToString();
-                    PlayerPrefs.SetString("NewYearRedEnvelopeRamdomInt", ramdomInt);   
+                    PlayerPrefs.SetString("NewYearRedEnvelopeRamdomInt", ramdomInt);
+                    EventAgent.DispatchEvent(ConstMessage.RED_CHANGE);
                     return true;
                 }
             }