收藏
回答

borderStyle失效无法正常显示问题

"tabBar": {

"list": [

{

"pagePath": "pages/jingxuan/jingxuan",

"text": "精选",

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

"selectedIconPath": "images/bbs.png"

},

{

"pagePath": "pages/video/video",

"text": "视频",

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

"selectedIconPath": "images/videos.png"

},

{

"pagePath": "pages/text/text",

"text": "文字",

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

"selectedIconPath": "images/fonts.png"

},

{

"pagePath": "pages/img/img",

"text": "图片",

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

"selectedIconPath": "images/imgs.png"

},

{

"pagePath": "pages/me/me",

"text": "我",

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

"selectedIconPath": "images/mes.png"

}

],

"borderStyle": "white",

"backgroundColor": "#ffffff",

"color": "#d0d1d2",

"selectedColor": "#ffba1f"

}




开发者工具V1.01.170901

borderStyle不显示效果,换成black也没用= =

回答关注问题邀请回答
收藏

3 个回答

  • 洋葱头
    洋葱头
    2017-09-05

    收到 这个问题我们尽快fix下

    2017-09-05
    有用
    回复
  • 一路向北
    一路向北
    2017-09-07

    这里的borderStyle 设置成16进制的颜色不生效

    2017-09-07
    有用
    回复
  • Reflection.
    Reflection.
    2017-09-05

    感谢,手机预览显示正常,开发者工具无法实现

    2017-09-05
    有用
    回复
登录 后发表内容