From 62d84fcc38f55f91b3cd24b0cbc9d7bb45fee258 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Wed, 5 Nov 2025 15:52:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=BB=E5=8A=A1-=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 +- pages/submit-task/index.vue | 210 ++++++++++++++++++++++++------------ pages/task-detail/index.vue | 26 ++++- 3 files changed, 168 insertions(+), 72 deletions(-) diff --git a/pages.json b/pages.json index 28bf52c..9798a1a 100644 --- a/pages.json +++ b/pages.json @@ -58,8 +58,8 @@ { "path": "pages/submit-task/index", "style": { - "navigationBarTitleText": "提交详情", - "navigationStyle": "custom" + "navigationBarTitleText": "提交详情" + } } ], diff --git a/pages/submit-task/index.vue b/pages/submit-task/index.vue index 0a47497..306b020 100644 --- a/pages/submit-task/index.vue +++ b/pages/submit-task/index.vue @@ -1,19 +1,17 @@