图标的unicode: .icon-shouye-xianxing-copy:before { content: "\f040"; } 引入位置也没错  iconfont.css里的地址也修改了  "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "iconfontSrc": "static/iconfont-css/iconfont.ttf", "list": [{ "pagePath": "pages/index/index", // "iconPath": "static/image/icon_component.png", // "selectedIconPath": "static/image/icon_component_HL.png", "text": "组件", "iconfont": { "text": "\uf040", "selectedText": "\uf040", "selectedColor": "#34BAFF" } }, { "pagePath": "pages/joint/index", // "iconPath": "static/image/icon_API.png", // "selectedIconPath": "static/image/icon_API_HL.png", "text": "接口", "iconfont": { "text": "\uf040", "selectedText": "\uf040", "selectedColor": "#34BAFF" } }] }, 还是不显示图标 求教