From 511fd05a0ca287fcc8ab9b31fada08ac26614860 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 14 Feb 2022 10:05:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/src/pages.json | 16 ++----- mobile/src/pages/tabBar/home/detail.nvue | 61 ++++++++++++++++++------ 2 files changed, 50 insertions(+), 27 deletions(-) diff --git a/mobile/src/pages.json b/mobile/src/pages.json index 37fcdcbc57..247f83315a 100644 --- a/mobile/src/pages.json +++ b/mobile/src/pages.json @@ -27,19 +27,9 @@ "style": { "navigationBarTitleText": "", "app-plus": { - "titleNView": { - "type": "transparent", - "buttons": [{ - "type": "share" - }] - } - }, - "h5": { - "titleNView": { - "type": "transparent", - "buttons": [] - } - } + "titleNView": false, + "bounce": "none" + } } }, { diff --git a/mobile/src/pages/tabBar/home/detail.nvue b/mobile/src/pages/tabBar/home/detail.nvue index 9f92ddb352..f99e72806c 100644 --- a/mobile/src/pages/tabBar/home/detail.nvue +++ b/mobile/src/pages/tabBar/home/detail.nvue @@ -1,33 +1,36 @@