dcloudio / dcloudio/uni-app

iconfont

Open
#3,838 1 comment 0 reactions 1 assignee Claimed by @hdx-w View on GitHub
Dominant language
JavaScript
Stars
41.6k
Forks
3.7k
Avg merge
7h 6m
Merged PRs (30d)
6

Description

问题描述
1、pages.json 内配置 tabBar 的 底部 list confront,死活出不来。。。,寻求解决方案。
希望:通过 tabBar 可配置出默认、选中的两种 iconfont 显示

代码 ==================== :
"tabBar":{
"backgroundColor":"#fffff",
"list":[
{
"pagePath": "pages/index/index",
"text":"主页面",
"iconfont": {
"text":"",
"selectedText":"",
"fontSize":"12px",
"color":"gray",
"selectedColor":"blue"

}
},
{
"pagePath":"pages/user/index",
"text":"我的"
}
]
},
2、view 界面显示不出 iconfont
按照文档说明,引入 iconfont ,在小程序上就是显现不出来
文档地址:https://zh.uniapp.dcloud.io/component/uniui/uni-icons.html
最终解决:使用 替换 其他跟文档保持一致

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.