borderStyle失效无法正常显示问题
发布于 6 年前 作者 tao44 14457 次浏览 来自 问答

“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 回复

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

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

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

回到顶部