Commit da44000d authored by zhangzhe's avatar zhangzhe

修改bug

parent 98160241
......@@ -247,7 +247,7 @@ public class AdManager
listener.onLastError();
return;
}
adList.Reverse();
//adList.Reverse();
//// 首次启动时倒序加载
//if (PlayerPrefs.GetInt("isFirstLoadSplashAd") != 1)
//{
......
......@@ -93,7 +93,7 @@ public class HarvestItem : MonoBehaviour
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.RefreshHomeInfo);
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