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 @@