|
@@ -138,7 +138,8 @@ namespace GFGGame
|
|
{
|
|
{
|
|
switch (jumpId)
|
|
switch (jumpId)
|
|
{
|
|
{
|
|
- case "LeagueAnswerView":
|
|
|
|
|
|
+ case nameof(LeagueAnswerView):
|
|
|
|
+
|
|
if (LeagueDataManager.Instance.Type == 1)
|
|
if (LeagueDataManager.Instance.Type == 1)
|
|
{
|
|
{
|
|
ViewManager.Show<LeagueView>();
|
|
ViewManager.Show<LeagueView>();
|