@@ -79,7 +79,14 @@ namespace GFGGame
}
else
{
- PromptController.Instance.ShowFloatTextPrompt("挑战次数不足");
+ if (levelCfg.type == ConstInstanceZonesType.Studio)
+ {
+ ViewManager.Show<StudioBuyNumView>(levelCfg.chapterId);
+ }
+ else
+ PromptController.Instance.ShowFloatTextPrompt("挑战次数不足");