小程序
小游戏
企业微信
微信支付
扫描小程序码分享
第三方平台通过 https://api.weixin.qq.com/wxa/commit?access_token=api 设置配置项
默认设置tabBar和app.json 中一样
api 提示 "iconPath": "images/index.png" file not found
但是在web开发者工具中使用ext.json则有效果图显示
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
楼主是怎么实现对应不同品牌来控制不同的底部tabBar的显示的呢,我总不能把所有的图片都加到app.json里面吧?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
麻烦检查一下你图片路径是否正确。
这个路径放到 app.json 可以使用 放到ext.json也可以使用的
提供一下目录结构截图,和哪里使用成功了这张图片?
我的ext_json
{
"ext": {
"url": "",
"srId": 1
},
"extAppid": "wxe57fb196f1da2286",
"tabBar": {
"backgroundColor": "#ffffff",
"selectedColor": "#ff384b",
"borderStyle": "#fff",
"list": [{
"selectedIconPath": "images/index_active.png",
"text": "首页1",
"pagePath": "pages/index/index",
"iconPath": "images/index.png"
}, {
"selectedIconPath": "images/list_active.png",
"text": "分类2",
"pagePath": "pages/category/category",
"iconPath": "images/list.png"
"selectedIconPath": "images/shopping_active.png",
"text": "购物车3",
"pagePath": "pages/shopping/shopping",
"iconPath": "images/shopping.png"
"selectedIconPath": "images/user_active.png",
"text": "会员中心4",
"pagePath": "pages/user/user",
"iconPath": "images/user.png"
}]
"window": {
"navigationBarTitleText": "火荐侠"
"extEnable": true
}
api调用后显示
{"errcode":85045,"errmsg":"error: iconPath=images/index.png, file not found"}
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
楼主是怎么实现对应不同品牌来控制不同的底部tabBar的显示的呢,我总不能把所有的图片都加到app.json里面吧?
麻烦检查一下你图片路径是否正确。
这个路径放到 app.json 可以使用 放到ext.json也可以使用的
提供一下目录结构截图,和哪里使用成功了这张图片?
我的ext_json
{
"ext": {
"url": "",
"srId": 1
},
"extAppid": "wxe57fb196f1da2286",
"tabBar": {
"backgroundColor": "#ffffff",
"selectedColor": "#ff384b",
"borderStyle": "#fff",
"list": [{
"selectedIconPath": "images/index_active.png",
"text": "首页1",
"pagePath": "pages/index/index",
"iconPath": "images/index.png"
}, {
"selectedIconPath": "images/list_active.png",
"text": "分类2",
"pagePath": "pages/category/category",
"iconPath": "images/list.png"
}, {
"selectedIconPath": "images/shopping_active.png",
"text": "购物车3",
"pagePath": "pages/shopping/shopping",
"iconPath": "images/shopping.png"
}, {
"selectedIconPath": "images/user_active.png",
"text": "会员中心4",
"pagePath": "pages/user/user",
"iconPath": "images/user.png"
}]
},
"window": {
"navigationBarTitleText": "火荐侠"
},
"extEnable": true
}
api调用后显示
{"errcode":85045,"errmsg":"error: iconPath=images/index.png, file not found"}