From f600b628ce131f31fcb333d62eb808fc2c66dff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Mon, 22 Nov 2021 15:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E8=B6=B3=E8=BF=B9=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 +-------- pages/mine/myTracks.vue | 49 +++++++++++++++++++++++++++-------------- 2 files changed, 33 insertions(+), 26 deletions(-) diff --git a/pages.json b/pages.json index 1666bc6..9ecf839 100644 --- a/pages.json +++ b/pages.json @@ -86,15 +86,7 @@ "style": { "navigationBarTitleText": "我的足迹", "enablePullDownRefresh": true, - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "编辑", - "fontSize": "14" - - }] - } - } + "navigationStyle": "custom" } }, { "path": "myCollect", diff --git a/pages/mine/myTracks.vue b/pages/mine/myTracks.vue index fbbf6ce..8fc4a8a 100644 --- a/pages/mine/myTracks.vue +++ b/pages/mine/myTracks.vue @@ -1,5 +1,10 @@