1***@163.com
1***@163.com
  • 发布:2021-04-26 15:34
  • 更新:2021-04-26 16:09
  • 阅读:1917

uni-app tabBar 不显示图片并且找不到图片

分类:uni-app
"tabBar": {  
    "color": "#333",  
    "selectedColor": "deepskyblue",   
    "backgroundColor": "white",   
    "borderStyle": "white",   
    "list": [   
        {  
            "pagePath": "pages/index/index",  
            "iconPath": "/image/tab_1.png",  
            "selectedIconPath": "/image/tab_1.png",  
            "text": "首页"  
        },  
        {  
            "pagePath": "pages/List/List",  
            "iconPath": "/image/tab_2.png",  
            "selectedIconPath": "/image/tab_2.png",  
            "text": "品牌"  
        },  
        {  
            "pagePath": "pages/CenterList/CenterList",  
            "iconPath": "/image/tab_3.png",  
            "selectedIconPath": "/image/tab_3.png",  
            "text": "积分商城"  
        },  
        {  

            "pagePath": "pages/Center/Center",  
            "iconPath": "/image/tab_4.png",  
            "selectedIconPath": "/image/tab_4.png",  
            "text": "我的"  
        }  
    ]  
},
2021-04-26 15:34 负责人:无 分享
已邀请:
申申

申申

将image文件 放到static目录下

  • 1***@163.com (作者)

    嗯嗯,好的,已经可以了,谢谢

    2021-04-27 10:06

该问题目前已经被锁定, 无法添加新回复