标签:developer 点击 class dem dev ram refresh 手写 字体样式
"pages": [
"pages/demo3/demo3",
"pages/demo1/demo1",
"pages/index/index",
"window": {
// 设置上拉的背景颜色
"backgroundColor": "#0094ff",
// 设置上拉时加载小圆点的颜色
"backgroundTextStyle": "dark",
//设置导航背景颜色
"navigationBarBackgroundColor": "#F6F6F6",
//设置导航文字
"navigationBarTitleText": "我的应用",
// 设置导航字体样式
"navigationBarTextStyle": "black",
// 设置能够上拉
"enablePullDownRefresh": true
},
"tabBar": {
"list": [{
// 点击时要跳转的路径
"pagePath": "pages/index/index",
// 文字
"text": "首页",
// 图标路径
"iconPath": "icon/_home.png",
//选中时的图标路径
"selectedIconPath": "icon/home.png"
},
{
"pagePath": "pages/img/img",
"text": "图片",
"iconPath": "icon/_img.png",
"selectedIconPath": "icon/img.png"
},
(https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html)
标签:developer 点击 class dem dev ram refresh 手写 字体样式
原文地址:https://www.cnblogs.com/jincanyu/p/14349254.html