微信小程序-初步使用

配置 .json

{
    "pages": [            
    ],
    "window": {
    },
    "tabBar": {
    "list": [{}]
    },
    "networkTimeout": {
    },
    "debug": true
}
  • pages — 页面注册
  • window — 页面配置
  • tabBar — 底部导航设置
  • list —有底部导航的时候list必须的个数一定要大于2
  • networkTimeout
  • debug —是否是debug模式

页面

猜你喜欢

转载自blog.csdn.net/binbin594738977/article/details/79962837