diff --git a/manifest.json b/manifest.json index df33d364..391ca94b 100644 --- a/manifest.json +++ b/manifest.json @@ -9,6 +9,11 @@ "usingComponents" : true, "nvueCompiler" : "uni-app", "compilerVersion" : 3, + "safearea": { + "bottom": { + "offset": "none" + } + }, "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, @@ -187,18 +192,19 @@ } }, "__usePrivacyCheck__" : true, - "plugins" : {} + "plugins" : { + // 腾讯地图路线规划插件(需要到小程序后台设置->第三方设置->插件管理里面添加【腾讯位置服务路线规划】插件,教程 https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx50b5593e81dd937a) + // "routePlan" : { + // "version" : "1.0.19", + // "provider" : "wx50b5593e81dd937a" + // }, + // 直播(需要到小程序后台设置->第三方设置->插件管理里面添加【小程序直播组件】插件,教程 https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx2b03c6e691cd7370) + // "live-player-plugin" : { + // "version" : "1.3.5", + // "provider" : "wx2b03c6e691cd7370" + // } + } }, - // 腾讯地图路线规划插件(需要到小程序后台设置->第三方设置->插件管理里面添加【腾讯位置服务路线规划】插件,教程 https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx50b5593e81dd937a) - // "routePlan" : { - // "version" : "1.0.19", - // "provider" : "wx50b5593e81dd937a" - // }, - // 直播(需要到小程序后台设置->第三方设置->插件管理里面添加【小程序直播组件】插件,教程 https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx2b03c6e691cd7370) - // "live-player-plugin" : { - // "version" : "1.3.5", - // "provider" : "wx2b03c6e691cd7370" - // } "mp-alipay" : { "usingComponents" : true, "appid" : "2021001173639600" diff --git a/pages.json b/pages.json index c41dc2db..eaf24137 100644 --- a/pages.json +++ b/pages.json @@ -2121,8 +2121,15 @@ "transparentTitle": "auto", "titlePenetrate": "YES", // #endif + "disableScroll": true, "enablePullDownRefresh": false, - "navigationBarTitleText": "" + "navigationBarTitleText": "", + "app-plus": { + "bounce": { + "top": "none", + "bottom": "none" + } + } } }, { @@ -2135,8 +2142,15 @@ "transparentTitle": "auto", "titlePenetrate": "YES", // #endif + "disableScroll": true, "enablePullDownRefresh": false, - "navigationBarTitleText": "" + "navigationBarTitleText": "", + "app-plus": { + "bounce": { + "top": "none", + "bottom": "none" + } + } } } ] diff --git a/pages/index/index.vue b/pages/index/index.vue index 1c79f280..6727d1a7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -289,6 +289,14 @@ + + + - \ No newline at end of file diff --git a/pages/plugins/live/push/push.vue b/pages/plugins/live/push/push.vue index b3541f6a..61551748 100644 --- a/pages/plugins/live/push/push.vue +++ b/pages/plugins/live/push/push.vue @@ -1,37 +1,51 @@ + - - \ No newline at end of file