|
@@ -65,8 +65,8 @@ namespace GFGGame
|
|
|
await ActivityTeaSProxy.ReqGetNPCVisitInfo();
|
|
|
await MiniGameProxy.ReqGetChallengeReward();
|
|
|
ActivitySProxy.ReqGetActivitySignInfos().Coroutine();
|
|
|
- NewYearRedEnvelopeSProxy.ReqGetRedPacketInfo().Coroutine();
|
|
|
- ActivityGetYuanXiaoProxy.ReqGetActivityGameInfos().Coroutine();
|
|
|
+ await NewYearRedEnvelopeSProxy.ReqGetRedPacketInfo();
|
|
|
+ await ActivityGetYuanXiaoProxy.ReqGetActivityGameInfos();
|
|
|
ActivityDataManager.Instance.todayActivityTips = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsPropYchmActivity);
|
|
|
ActivityDataManager.Instance.todayMonthlyCardTips = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsPropCzykActivity);
|
|
|
EventAgent.DispatchEvent(ConstMessage.RESET_DAILY_DATA);
|