收藏
回答

tabBar全局无法显示问题

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 需求 客户端 7.0 2.5.1

- 需求的场景描述(希望解决的问题)

{

"pages": [

"index/index",

"test1/test1",

"test2/test2"

],

"window": {

"backgroundTextStyle": "light",

"navigationBarBackgroundColor": "#fff",

"navigationBarTitleText": "WeChat",

"navigationBarTextStyle": "black"

},

"tabBar": {

"color": "#a9b7b7",

"selectedColor": "#11cd6e",

"borderStyle": "white",

"list": [

{

"pagePath": "test1/test1",

"text": "主页"

},

{

"pagePath": "test2/test2",

"text": "我的"

}

]

}

}

无法显示tabbar


最后一次编辑于  2019-01-22
回答关注问题邀请回答
收藏

3 个回答

  • 是小白啊
    是小白啊
    2019-01-22

    麻烦提供下代码片段:https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2019-01-22
    有用
    回复
  • 2019-01-22

    还是不行,然后下载了网上的一些dome 还是不能显示,不知道什么原因

    2019-01-22
    有用
    回复
  • 连胜
    连胜
    2019-01-22

    建议把iconPath和selectedIconPath都加上,再看一下

    {

    "pagePath": "pages/xx/xx",

    "text": "xx",

    "iconPath": "/images/xx_normal.png",

    "selectedIconPath": "/images/xx_pressed.png"

    },


    2019-01-22
    有用
    回复
登录 后发表内容