zoukankan      html  css  js  c++  java
  • 微信小程序单个页面设置json

    navigationBarBackgroundColor HexColor #000000 导航栏背景颜色,如 #000000  
    navigationBarTextStyle string white 导航栏标题颜色,仅支持 black / white  
    navigationBarTitleText string   导航栏标题文字内容  
    navigationStyle string default 导航栏样式,仅支持以下值:
    default 默认样式
    custom 自定义导航栏,只保留右上角胶囊按钮
    微信客户端 7.0.0
    backgroundColor HexColor #ffffff 窗口的背景色  
    backgroundTextStyle string dark 下拉 loading 的样式,仅支持 dark / light  
    backgroundColorTop string #ffffff 顶部窗口的背景色,仅 iOS 支持 微信客户端 6.5.16
    backgroundColorBottom string #ffffff 底部窗口的背景色,仅 iOS 支持 微信客户端 6.5.16
    enablePullDownRefresh boolean false 是否开启当前页面下拉刷新。
    详见 Page.onPullDownRefresh
     
    onReachBottomDistance number 50 页面上拉触底事件触发时距页面底部距离,单位为px。
    详见 Page.onReachBottom
     
    pageOrientation string portrait 屏幕旋转设置,支持 auto / portrait / landscape
    详见 响应显示区域变化
    2.4.0 (auto) / 2.5.0 (landscape)
    disableScroll boolean false 设置为 true 则页面整体不能上下滚动。
    只在页面配置中有效,无法在 app.json 中设置
     
    usingComponents Object 页面自定义组件配置 1.6.3
    style string default 启用新版的组件样式 2.10.2
    singlePage Object 单页模式相关配置 2.12.0
  • 相关阅读:
    xlrd doc
    安装Python package
    Python处理Excel(转载)
    OPENSSL简介
    sublime text2教程
    使用SQL 从表中取记录
    SQL基础
    shell脚本之grep的使用方法
    (转载)(收藏)OceanBase深度解析
    (转载)线程池的使用
  • 原文地址:https://www.cnblogs.com/yugueilou/p/13719749.html
Copyright © 2011-2022 走看看