zl程序教程

您现在的位置是:首页 >  工具

当前栏目

【微信小程序开发(9)---主界面 导航设置】

微信 设置 --- 界面 导航 程序开发
2023-09-27 14:25:39 时间

app.json中已经配置

{
"pages":[
 "pages/index/index",
    "pages/life/life",
    "pages/search/search",
    "pages/car/car",
    "pages/mine/mine",
    "pages/logs/logs"
],
 "window":{
    "backgroundTextStyle":"dark",
    "navigationBarBackgroundColor": "#0094ff",
    "navigationBarTitleText": "我的应用",
    "navigationBarTextStyle":"white",
    "enablePullDownRefresh":true,
    "backgroundColor":"#F5F5F5"
  },
  "tabBar": {
  "list": [
    {
    "pagePath":  "pages/index/index",
    "text": "首页",
    "iconPath": "icon/_home.png",
    "selectedIconPath": "icon/home.png"
  },
  {
    "pagePath":  "pages/life/life",
    "text": "直播",
    "iconPath": "icon/_videocamera.png",