uni-app
uni-app copied to clipboard
pages.json里面的tabBar.list.iconfont在ios和微信小程序下面无法显示图标
问题描述 如题, 在使用vue3+nvme页面情况下,经测试: 在H5、Android下面正常显示, 在ios、微信小程序下面图标显示空白
复现代码 "tabBar": { "color": "#7a7a7a", "backgroundColor": "#ffffff", "selectedColor": "#000000", "iconfontSrc": "/static/iconfont/iconfont.ttf", "list": [{ "pagePath": "pages/index/index", "text": "Numers", "iconfont": { "text": "\ue729", "color": "#7a7a7a", "selectedColor": "#000000" } }, { "pagePath": "pages/country/country", "text": "Regions", "iconfont": { "text": "\ue72d", "color": "#7a7a7a", "selectedColor": "#000000" } },
系统信息:
- HBuilderX版本 3.5.3