Преглед на файлове

首充直购其他礼包不能激活,只可通过商城充值 大小月卡 锦罗织造

guodong преди 2 години
родител
ревизия
5124f0dfe9

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Data/ActivityDataManager.cs

@@ -122,7 +122,7 @@ namespace GFGGame
                     return ConstBonusStatus.GOT;
                 }
 
-                if (GameGlobal.myNumericComponent.GetAsLong(ET.NumericType.RechargeTotal) > 0)
+                if (GameGlobal.myNumericComponent.GetAsLong(ET.NumericType.FirstRechargeTotal) > 0)
                 {
                     return ConstBonusStatus.CAN_GET;
                 }

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/DailyWelfare/FirstChargeBonusView.cs

@@ -86,7 +86,7 @@ namespace GFGGame
         private void OnNumericChange(EventContext context)
         {
             var status = (int)context.data;
-            if (status == NumericType.FirstRechargeBonusStatus || status == NumericType.RechargeTotal)
+            if (status == NumericType.FirstRechargeBonusStatus || status == NumericType.FirstRechargeTotal)
             {
                 UpdateView();
             }

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -860,7 +860,7 @@ namespace GFGGame
                 UpdateRoleLvl();
                 CheckFunOpen();
             }
-            if (numericType == NumericType.FirstRechargeBonusStatus || numericType == NumericType.RechargeTotal)
+            if (numericType == NumericType.FirstRechargeBonusStatus || numericType == NumericType.FirstRechargeTotal)
             {
                 UpdateBtnFirstRecharge();
             }