- 当前 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"
}
]
},
该问题已修复的,可以下载这个版本的开发工具:https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html
也可以使用这个版本的开发工具哈:https://developers.weixin.qq.com/miniprogram/dev/devtools/rc.html
好的,谢谢
什么时候在稳定版上修复啊?