Commit eefe9b12 authored by maxiaoliang's avatar maxiaoliang

修改动画

parent fb702ce8
...@@ -78,7 +78,7 @@ public class DoubleIncomeDialog : MonoBehaviour ...@@ -78,7 +78,7 @@ public class DoubleIncomeDialog : MonoBehaviour
{ {
EventCenter.Broadcast(MyEventType.UPDATE_CAR_LIST_DATA); EventCenter.Broadcast(MyEventType.UPDATE_CAR_LIST_DATA);
EventCenter.Broadcast(MyEventType.START_DOUBLE_INCOME_ANIMATION); EventCenter.Broadcast(MyEventType.START_DOUBLE_INCOME_ANIMATION);
EventCenter.Broadcast(MyEventType.PLAY_LAND_LIGHT); // EventCenter.Broadcast(MyEventType.PLAY_LAND_LIGHT);
}), new Action<string, string>((code, errMsg) => }), new Action<string, string>((code, errMsg) =>
{ {
Debug.unityLogger.Log("双倍收益 请求失败" + code + errMsg); Debug.unityLogger.Log("双倍收益 请求失败" + code + errMsg);
......
...@@ -113,11 +113,6 @@ public class HomeInfoControl : MonoBehaviour, HomeContract.View ...@@ -113,11 +113,6 @@ public class HomeInfoControl : MonoBehaviour, HomeContract.View
SetDriverTimer(mCarInfo.driverCountdownSecond); SetDriverTimer(mCarInfo.driverCountdownSecond);
SetStickTimer(mCarInfo.protectionCountdownSecond); SetStickTimer(mCarInfo.protectionCountdownSecond);
SetAllSpeedTimer(mCarInfo.allSpeedUpCd); SetAllSpeedTimer(mCarInfo.allSpeedUpCd);
if (mCarInfo.doubleCountdownSecond > 0)
{
Debug.Log("当前处于双倍倒计时");
EventCenter.Broadcast(MyEventType.PLAY_LAND_LIGHT);
}
SetDoubleTimer(mCarInfo.doubleCountdownSecond); SetDoubleTimer(mCarInfo.doubleCountdownSecond);
ParkListInfo(mCarInfo.parkingSpaceList); ParkListInfo(mCarInfo.parkingSpaceList);
setProction(mCarInfo.protectionCountdownSecond); setProction(mCarInfo.protectionCountdownSecond);
......
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