开发者工具tabbar莫名其妙消失
发布于 5 年前 作者 bxue 8628 次浏览 来自 问答
  • 当前 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”

}

]

},

1 回复

该问题已修复的,可以下载这个版本的开发工具:https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html

也可以使用这个版本的开发工具哈:https://developers.weixin.qq.com/miniprogram/dev/devtools/rc.html

回到顶部