小程序常用属性app.json

时间:2020-07-07 11:56:16   收藏:0   阅读:61

一、window

 "window":{
    "backgroundTextStyle":"dark",//下拉刷新缓冲图标
    "navigationBarBackgroundColor": "#0094ff",//小程序导航栏背景色
    "navigationBarTitleText": "我的应用",//小程序导航栏标题文字内容
    "navigationBarTextStyle":"white",//小程序导航栏文字颜色,只支持白色和黑色
    "enablePullDownRefresh":true,//是否支持下拉刷新
    "backgroundColor":"yellow"//下拉刷新块背景色
  },

 

原文:https://www.cnblogs.com/wangyuxue/p/13139056.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!