Commit da44000d authored by zhangzhe's avatar zhangzhe

修改bug

parent 98160241
...@@ -247,7 +247,7 @@ public class AdManager ...@@ -247,7 +247,7 @@ public class AdManager
listener.onLastError(); listener.onLastError();
return; return;
} }
adList.Reverse(); //adList.Reverse();
//// 首次启动时倒序加载 //// 首次启动时倒序加载
//if (PlayerPrefs.GetInt("isFirstLoadSplashAd") != 1) //if (PlayerPrefs.GetInt("isFirstLoadSplashAd") != 1)
//{ //{
......
...@@ -93,7 +93,7 @@ public class HarvestItem : MonoBehaviour ...@@ -93,7 +93,7 @@ public class HarvestItem : MonoBehaviour
HttpTool.Instance._Post("app/v1/wdlc/reward/receive_gain_reward", parm, new Action<RewardData>((bean) => HttpTool.Instance._Post("app/v1/wdlc/reward/receive_gain_reward", parm, new Action<RewardData>((bean) =>
{ {
EventCenter.Broadcast(MyEventType.UPDATE_HARVEST_DATA,1); //EventCenter.Broadcast(MyEventType.UPDATE_HARVEST_DATA,1);
EventCenter.Broadcast(MyEventType.FlyHongbao); EventCenter.Broadcast(MyEventType.FlyHongbao);
EventCenter.Broadcast(MyEventType.RefreshHomeInfo); EventCenter.Broadcast(MyEventType.RefreshHomeInfo);
EventCenter.Broadcast(MyEventType.UPDATE_HARVEST_DATA, 2); EventCenter.Broadcast(MyEventType.UPDATE_HARVEST_DATA, 2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment