From 1fee3f3d0f5fbe9d249998ce911727b0ba99e3db Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Tue, 24 Dec 2024 18:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9A=82=E6=9C=AA=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E5=8A=9F=E8=83=BD=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 +++++- pages/task/index.vue | 2 +- pages/task/stayTuned.vue | 70 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+), 2 deletions(-) create mode 100644 pages/task/stayTuned.vue diff --git a/pages.json b/pages.json index 5586565..c67f232 100644 --- a/pages.json +++ b/pages.json @@ -22,13 +22,21 @@ } }, { - "path": "pages/task/prizeList", + "path": "pages/task/stayTuned", "style": { "navigationBarTitleText": "任务", "navigationStyle": "custom" } }, + { + "path": "pages/task/prizeList", + "style": { + "navigationBarTitleText": "任务", + "navigationStyle": "custom" + + } + }, { "path": "pages/task/receiveMember", "style": { diff --git a/pages/task/index.vue b/pages/task/index.vue index ec907c8..07afa68 100644 --- a/pages/task/index.vue +++ b/pages/task/index.vue @@ -322,7 +322,7 @@ \ No newline at end of file