这是tabBar部分代码:
“tabBar”: {
“color”: “#000000”,
“selectedColor”: “#E54847”,
“list”: [
{
“pagePath”: “pages/movie/movie”,
“text”: “首页”,
“iconPath”: “/images/index.png”,
“selectedIconPath”: “images/index.png”
},
{
“pagePath”: “pages/datalog/datalog”,
“text”: “往来”,
“iconPath”: “/images/profile3.png”,
“selectedIconPath”: “images/profile3.png”
},
{
“pagePath”: “pages/profile/profile”,
“text”: “我的”,
“iconPath”: “/images/profile1.png”,
“selectedIconPath”: “images/profile1.png”
}
]
},
报错截图:
谢谢各位大佬!!!
你好,问题已修复,可以回退版本或者下载最新的nightly版本https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html