|
@@ -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;
|
|
|
}
|
|
|
}
|