全局tabBar 苹果微信开发工具测试Bug
发布于 6 年前 作者 qyan 5426 次浏览 来自 问答

“tabBar”: {

“color”: “#CDC9C9”,

“selectedColor”: “#FF6A6A”,

“borderStyle”: “white”,

“list”: [

{

“pagePath”: “pages/index/index”,

“text”: “首页”,

“iconPath”: “resources/image/home_gray.png”,

“selectedIconPath”: “resources/image/home.png”

},

{

“pagePath”: “pages/forum/forum”,

“text”: “板块”,

“iconPath”: “resources/image/kind_gray.png”,

“selectedIconPath”: “resources/image/kind.png”

},

{

“pagePath”: “pages/user/user”,

“text”: “我的”,

“iconPath”: “resources/image/user_gray.png”,

“selectedIconPath”: “resources/image/user.png”

}

]

},

前几次测试还行,但是测试3次以上 点击tabbar没有反应

iphone 6plus de 测试环境下测试的

1 回复

是哪个版本的开发工具呢?在这个版本已修复的,请下载使用:https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html

回到顶部