微信小程序——顶部导航标题栏、底部选项卡

顶部导航标题、底部选项卡均写在app.json中

顶部导航

navigationBarBackgroundColor——顶部背景颜色
navigationBarTitleText——文字内容
navigationBarTitleText——文字颜色

"window":{ 
    "backgroundTextStyle":"light",
     "color": "#fff",
    "navigationBarBackgroundColor": "#000",
    "navigationBarTitleText": "豆瓣电影",
    "navigationBarTextStyle":"white"
  },

底部选项卡

底部选项最少两个
color——文字默认颜色
selectedColor——文字选中时颜色
backgroundColor——底部背景颜色
pagePath——跳转到指定页面(路径为从最外面往里找)
text——文字内容
图片路径为从最外面往里找
iconPath——默认按钮图片
selectedIconPath——鼠标点击后图片

 "tabBar": {
    "color": "#fff",
   "selectedColor": "#09bb07",
   "backgroundColor": "#000",
    "list": [
      {"pagePath": "pages/index/index", 
        "text": "当前热映",
        "iconPath": "icon/before/01.png",
        "selectedIconPath": "icon/after/01.png" 
      },
      {
        "pagePath": "pages/logs/logs",
        "text": "影院选择",
        "iconPath": "icon/before/02.png",
        "selectedIconPath": "icon/after/02.png"
      }
    ]

 }
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值