微信小程序Page页面配置文件模板

{

"navigationBarBackgroundColor":"HexColor 导航栏背景颜色",

"navigationBarTextStyle":"string 导航栏标题颜色,仅支持 black / white",

"navigationBarTitleText":"string 导航栏标题文字内容",

"navigationStyle":"string 导航栏样式,仅支持以下值:default 默认样式custom 自定义导航栏,只保留右上角胶囊按钮。",

"backgroundColor":"HexColor 窗口的背景色",

"backgroundTextStyle":"string 下拉 loading 的样式,仅支持 dark / light",

"backgroundColorTop":"string 顶部窗口的背景色,仅 iOS 支持",

"backgroundColorBottom":"string 底部窗口的背景色,仅 iOS 支持",

"enablePullDownRefresh":"boolean 是否开启当前页面下拉刷新。",

"onReachBottomDistance":"number 页面上拉触底事件触发时距页面底部距离,单位为px。",

"pageOrientation":"string 屏幕旋转设置,支持 auto / portrait / landscape",

"disableScroll":"boolean 设置为 true 则页面整体不能上下滚动。只在页面配置中有效,无法在 app.json 中设置",

"usingComponents":{},

"initialRenderingCache":"string 页面初始渲染缓存配置",

"style":"string 启用新版的组件样式",

"singlePage":

{

"navigationBarFit":"String 默认自动调整,若原页面是自定义导航栏,则为 float,否则为 squeezed"

}

}

posted @ 2020-12-01 23:37  临岳少侠  阅读(583)  评论(0编辑  收藏  举报