|
@@ -224,7 +224,9 @@ namespace GFGGame
|
|
List<ItemData> bonusList = StoryDataManager.GetChapterBonus(StoryDataManager.currentChapter, index);
|
|
List<ItemData> bonusList = StoryDataManager.GetChapterBonus(StoryDataManager.currentChapter, index);
|
|
if (bonusList != null && bonusList.Count > 0)
|
|
if (bonusList != null && bonusList.Count > 0)
|
|
{
|
|
{
|
|
- ViewManager.Show(ViewName.GET_BONUS_VIEW, bonusList);
|
|
|
|
|
|
+ // ViewManager.Show(ViewName.GET_BONUS_VIEW, bonusList);
|
|
|
|
+ ViewManager.Show<RewardView>(bonusList);
|
|
|
|
+
|
|
}
|
|
}
|
|
UpdateBonusBoxStatus(bonusBox, index);
|
|
UpdateBonusBoxStatus(bonusBox, index);
|
|
}
|
|
}
|