diff --git a/src/pages.json b/src/pages.json index 97648f3c..ea5139ce 100644 --- a/src/pages.json +++ b/src/pages.json @@ -6,6 +6,17 @@ } }, "pages": [ + { + "path": "pages/index/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": false // 禁用原生导航 + } + } + }, { "path": "pages/home/index", "style": { @@ -17,16 +28,7 @@ } } }, - { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "app-plus": { - "titleNView": false // 禁用原生导航 - } - } - }, + { "path": "pages/ticket/index", "style": { @@ -67,6 +69,16 @@ "titleNView": false // 禁用原生导航 } } + }, + { + "path": "pages/mine/index", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": false // 禁用原生导航 + } + } } ], "globalStyle": { diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue index 21aa1268..57f568f7 100644 --- a/src/pages/home/index.vue +++ b/src/pages/home/index.vue @@ -148,7 +148,7 @@ const handleTips = () => { background: #761C1F; height: 68rpx; color: #FFFFFF; - bottom: 20rpx; + bottom: 150rpx; padding: 16rpx 40rpx; box-sizing: border-box; border-radius: 24rpx;