zhangyuqian 1 жил өмнө
parent
commit
b4b1d92edd

+ 0 - 4
GameClient/Assets/Game/HotUpdate/ServerProxy/ShopSProxy.cs

@@ -193,10 +193,6 @@ namespace GFGGame
         public static async ETTask<bool> ReqGetGrowthFundInfo(int activityID = 3002)
         {
             ActivityOpenCfg activityCfg = ActivityOpenCfgArray.Instance.GetCfg(activityID);
-            if(RoleDataManager.lvl < activityCfg.level || ShopDataManager.Instance.GrowthFundRewardList.Count == GrowthFundCfgArray.Instance.dataArray.Length)
-            {
-                return false;
-            }
             ShopDataManager.Instance.GrowthFundRewardList.Clear();
             S2C_GetGrowthFundRewrdStatus response = null;
             response = (S2C_GetGrowthFundRewrdStatus)await MessageHelper.SendToServer(new C2S_GetGrowthFundRewrdStatus() { ActivityId = activityID});