浏览代码

会员中心领取的奖励需要弹窗

zhaoyang 2 年之前
父节点
当前提交
e0a616aee1
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      GameClient/Assets/Game/HotUpdate/ServerProxy/ShopSProxy.cs

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

@@ -68,6 +68,8 @@ namespace GFGGame
             {
                 if (response.Error == ErrorCode.ERR_Success)
                 {
+                    int[][] bonus = VipCfgArray.Instance.GetCfg(vipLv).bonusOnceArr;
+                    BonusController.TryShowBonusList(bonus);
                     return true;
                 }
             }
@@ -82,6 +84,8 @@ namespace GFGGame
             {
                 if (response.Error == ErrorCode.ERR_Success)
                 {
+                    int[][] bonus = VipCfgArray.Instance.GetCfg(vipLv).bonusWeekArr;
+                    BonusController.TryShowBonusList(bonus);
                     return true;
                 }
             }