- 当前 Bug 的表现(可附上截图)
代码片段
"tabBar":{
"list": [
{
"selectedIconPath": "img/user/unhome.png",
"iconPath": "img/user/home.png",
"pagePath": "pages/user/userCenter",
"text": "上门服务"
},
{
"selectedIconPath": "img/user/unshared.png",
"iconPath": "img/user/shared.png",
"pagePath": "pages/logs/logs",
"text": "共享人力"
},
{
"selectedIconPath": "img/user/unservice.png",
"iconPath": "img/user/service.png",
"pagePath": "pages/logs/logs",
"text": "综合服务"
}
]
}
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
wechatide://minicode/nTqQGhmP7Z4G 看 app.json 去掉
iconPath
和
selectedIconPath
就不会报错
截图看下你的app.json文件
像这样 加上我选中的部分代码 就会报出以上的错误
已解决
官方例子拷过去一点一点加你的东西,看哪里报错哦
看了哦 就是出现在 tabBar list 加上 iconPath和selectedIconPath 后 会出现这个报错,删掉就没问题了
把你代码拷过来没报错,重新建个模板试一下吧
我放这个app.json 放在我其他目录也会报错? 好的,那我新建一个看下
你上面的代码片段也没问题啊,在我这是好的,只是报图片没找到,怀疑你开发者工具有问题,再不行可以试着升级一下或卸载重装一下
我更新下吧 我看我代码也没看出来问题