diff --git a/teamwork/pages.json b/teamwork/pages.json index 5de6503bdc8ed30fe198dcc9d6a73ac48d77d438..0f8aba7a7ec7c0b8fbb1a07ec580f234a2a0b8dc 100644 --- a/teamwork/pages.json +++ b/teamwork/pages.json @@ -39,15 +39,7 @@ "style": { "navigationStyle": "custom" } - }, - { - "path": "pages/sport/ready", - "style": { - "navigationStyle": "custom" - } - }, - { - + }, { "path": "pages/login/login", "style": { "navigationStyle": "custom" @@ -67,6 +59,11 @@ "style": { "navigationStyle": "custom" } + }, { + "path": "pages/sport/ready", + "style": { + "navigationStyle": "custom" + } }, { "path": "pages/sport/test", "style": { @@ -77,6 +74,11 @@ "style": { "navigationStyle": "custom" } + }, { + "path": "pages/sport/start", + "style": { + "navigationStyle": "custom" + } }, { "path": "pages/discover/discover-detail", "style": { diff --git a/teamwork/pages/sport/main.vue b/teamwork/pages/sport/main.vue index 3e3e2af7cee38976ce639af73420aef03355721c..8ae71951405f33e566dfdba64beb2de342232702 100644 --- a/teamwork/pages/sport/main.vue +++ b/teamwork/pages/sport/main.vue @@ -1,17 +1,24 @@