小程序
小游戏
企业微信
微信支付
扫描小程序码分享
无法显示其他的iconpath
8 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
这是我的目录
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
没有打错,我的是打少一个imges
请问可以加你吗?我是小白
您的文件夹名称确实叫做 imges 而不是 images 吗?这些文件是否存在呢
这个是我选中的图标iconpath,有颜色就是我选中的。
{
"pages":[
"pages/index/index",
"pages/logs/logs",
"pages/home/home"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#jjj",
"navigationBarTitleText": "茶语",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color":"red",
"selectedColor": "#f10b2e",
"list": [
"pagePath": "pages/index/index",
"iconPath": "imges/icon2.png",
"selectedIconPath": "imges/icon2s.png",
"text": "首页"
"pagePath": "pages/logs/logs",
"iconpath": "imges/icon1.png",
"selectedIconPath": "imges/icon1s.png",
"text": "清单"
"pagePath": "pages/home/home",
"iconpath": "imges/icon3.png",
"selectedIconPath": "imges/icon3s.png",
"text": "联系"
}
]
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
"debug": true
应该没有问题的
请您确保您的图片地址无误?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
这是我的目录
没有打错,我的是打少一个imges
请问可以加你吗?我是小白
您的文件夹名称确实叫做 imges 而不是 images 吗?这些文件是否存在呢
这个是我选中的图标iconpath,有颜色就是我选中的。
{
"pages":[
"pages/index/index",
"pages/logs/logs",
"pages/home/home"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#jjj",
"navigationBarTitleText": "茶语",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color":"red",
"selectedColor": "#f10b2e",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "imges/icon2.png",
"selectedIconPath": "imges/icon2s.png",
"text": "首页"
},
{
"pagePath": "pages/logs/logs",
"iconpath": "imges/icon1.png",
"selectedIconPath": "imges/icon1s.png",
"text": "清单"
},
{
"pagePath": "pages/home/home",
"iconpath": "imges/icon3.png",
"selectedIconPath": "imges/icon3s.png",
"text": "联系"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}
应该没有问题的
请您确保您的图片地址无误?