当前位置:   article > 正文

微信小程序自定义tabbar,微信小程序加colorui设置底部tarbar_微信小程序colorui ga 底部tab跳转对应页面

微信小程序colorui ga 底部tab跳转对应页面

微信小程序自定义tabbar。完成图如下:
在这里插入图片描述
我是引用了colorui的组件库里面的操作条。
下面是colorui的官网
https://github.com/weilanwl/ColorUI/
首先在app.json里设置

 "custom": true,
  • 1

在这里插入图片描述
可直接复制

"tabBar": {
    "custom": true,
    "backgroundColor": "#ffffff",
    "color": "#999999",
    "selectedColor": "#545454",
    "borderStyle": "black",
    "list": [
      {
        "pagePath": "pages/index/index",
        "text": "首页"
      },
      {
        "pagePath": "pages/discover/discover/index",
        "text": "发现"
      },
      {
    
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
  

闽ICP备14008679号