小程序
小游戏
企业微信
微信支付
扫描小程序码分享
电脑上菜单栏显示正常,手机上显示不正常,比如4个在手机上显示3个;3个在手机上显示2个,这个怎么解决
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
贴代码看看
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
"tabBar": {
"color": "#9397AC",
"selectedColor": "#164690",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/images/local/index_gray.png",
"selectedIconPath": "/static/images/local/index_black.png"
},
"pagePath": "pages/news/index/index",
"text": "成功案例",
"iconPath": "/static/images/local/case.png",
"selectedIconPath": "/static/images/local/case_gray.png"
"text": "行业资讯",
"iconPath": "/static/images/local/news.png",
"selectedIconPath": "/static/images/local/news_gray.png"
"pagePath": "pages/user/user/user",
"text": "我的业务",
"iconPath": "/static/images/local/my.png",
"selectedIconPath": "/static/images/local/my_gray.png"
}
]
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
贴代码看看
"tabBar": {"color": "#9397AC","selectedColor": "#164690","list": [{"pagePath": "pages/index/index","text": "首页","iconPath": "/static/images/local/index_gray.png","selectedIconPath": "/static/images/local/index_black.png"},{"pagePath": "pages/news/index/index","text": "成功案例","iconPath": "/static/images/local/case.png","selectedIconPath": "/static/images/local/case_gray.png"},{"pagePath": "pages/index/index","text": "行业资讯","iconPath": "/static/images/local/news.png","selectedIconPath": "/static/images/local/news_gray.png"},{"pagePath": "pages/user/user/user","text": "我的业务","iconPath": "/static/images/local/my.png","selectedIconPath": "/static/images/local/my_gray.png"}]},