diff --git a/manifest.json b/manifest.json index 81a9949..8356026 100644 --- a/manifest.json +++ b/manifest.json @@ -10,13 +10,13 @@ "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, - "screenOrientation" : [ - //可选,字符串数组类型,应用支持的横竖屏 - "portrait-primary", //可选,字符串类型,支持竖屏 - "portrait-secondary", //可选,字符串类型,支持反向竖屏 - "landscape-primary", //可选,字符串类型,支持横屏 - "landscape-secondary" //可选,字符串类型,支持反向横屏 - ], + "screenOrientation" : [ + //可选,字符串数组类型,应用支持的横竖屏 + "portrait-primary", //可选,字符串类型,支持竖屏 + "portrait-secondary", //可选,字符串类型,支持反向竖屏 + "landscape-primary", //可选,字符串类型,支持横屏 + "landscape-secondary" //可选,字符串类型,支持反向横屏 + ], "compatible" : { "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 }, @@ -76,6 +76,7 @@ }, /* ios打包配置 */ "ios" : { + "UIRequiresFullScreen" : false, // 允许非全屏模式 "urlschemewhitelist" : [ "iosmap" ], "dSYMs" : false, "plistcmds" : [ diff --git a/pages.json b/pages.json index e50a10a..f10ced4 100644 --- a/pages.json +++ b/pages.json @@ -599,6 +599,8 @@ { "path": "pages/shop/photoAlbum/videoplayer", "style": { + "navigationBarTitleText": "全屏视频播放", + "pageOrientation": "auto", "navigationStyle": "custom" } }, @@ -969,10 +971,11 @@ "selectedIconPath": "/static/images/tabbar/home_icon_active.png", "pagePath": "pages/home/home" }, - { "iconPath": "/static/images/tabbar/new_message_gray.png", - "text": "消息", - "selectedIconPath": "/static/images/tabbar/new_message.png", - "pagePath": "pages/message/message" + { + "iconPath": "/static/images/tabbar/new_message_gray.png", + "text": "消息", + "selectedIconPath": "/static/images/tabbar/new_message.png", + "pagePath": "pages/message/message" }, { "iconPath": "/static/images/tabbar/my_icon_dis.png", diff --git a/pages/address/search.vue b/pages/address/search.vue index d7467a0..71d9bbd 100644 --- a/pages/address/search.vue +++ b/pages/address/search.vue @@ -1,86 +1,78 @@