|
@@ -193,10 +193,6 @@ namespace GFGGame
|
|
public static async ETTask<bool> ReqGetGrowthFundInfo(int activityID = 3002)
|
|
public static async ETTask<bool> ReqGetGrowthFundInfo(int activityID = 3002)
|
|
{
|
|
{
|
|
ActivityOpenCfg activityCfg = ActivityOpenCfgArray.Instance.GetCfg(activityID);
|
|
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();
|
|
ShopDataManager.Instance.GrowthFundRewardList.Clear();
|
|
S2C_GetGrowthFundRewrdStatus response = null;
|
|
S2C_GetGrowthFundRewrdStatus response = null;
|
|
response = (S2C_GetGrowthFundRewrdStatus)await MessageHelper.SendToServer(new C2S_GetGrowthFundRewrdStatus() { ActivityId = activityID});
|
|
response = (S2C_GetGrowthFundRewrdStatus)await MessageHelper.SendToServer(new C2S_GetGrowthFundRewrdStatus() { ActivityId = activityID});
|