Commit c9ad68ea authored by LiLiuZhou's avatar LiLiuZhou

Merge branch 'develop_mjb_cscmnq_1.0.7' of…

Merge branch 'develop_mjb_cscmnq_1.0.7' of gitlab.huolea.com:wangxuewei/wdlc_mjb_unity into develop_mjb_cscmnq_1.0.7
parents 471bd4f7 da44000d
...@@ -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