From 58af8e81f5f900c7148b3d1c5ed3781642733d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 24 Oct 2023 10:18:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 5 +-- pages/myinformation/myinformation.vue | 48 +++++++++++++++------------ 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/pages.json b/pages.json index 025ab44..e2159f5 100644 --- a/pages.json +++ b/pages.json @@ -36,8 +36,9 @@ { "path": "pages/myinformation/myinformation", "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" + "navigationBarTitleText": "我的", + "enablePullDownRefresh": false + // "navigationStyle": "custom" } }, { "path": "pages/taskDetails/taskDetails", diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index 17ecd54..ece4823 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -1,7 +1,7 @@