小程序常用属性app.json

时间:2020-07-07 11:35:35   收藏:0   阅读:127

一、window

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

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!