收藏
回答

开发者工具tabbar莫名其妙消失

框架类型 问题类型 操作系统 工具版本
小程序 Bug Windows 1.02.1904090

- 当前 Bug 的表现(可附上截图)



- 预期表现

tabbar一直存在


- 复现路径


- 提供一个最简复现 Demo

"tabBar": {

"color": "#a9b7b7",

"selectedColor": "#1289FA",

"borderStyle": "black",

"list": [

{

"pagePath": "pages/index/index",

"text": "首页",

"iconPath": "./assets/img/index-false.png",

"selectedIconPath": "./assets/img/index-true.png"

},

{

"pagePath": "pages/coffeeCoupon/coffeeCoupon",

"text": "咖啡券",

"iconPath": "./assets/img/coupon-false.png",

"selectedIconPath": "./assets/img/coupon-true.png"

},

{

"pagePath": "pages/my/my",

"text": "我的",

"iconPath": "./assets/img/my-false.png",

"selectedIconPath": "./assets/img/my-true.png"

}

]

},


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

1 个回答

登录 后发表内容