小程序
小游戏
企业微信
微信支付
扫描小程序码分享
如题,在测试的时候tabBar组件设置长度为3,真机测试只有两个,题头也偏移到左侧了,
不知道哪位遇到过这样的问题,
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
{ "pages": [ "pages/index/index", "pages/logs/logs" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "工具", "navigationBarTextStyle": "black" }, "style": "v2", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents", "tabBar": { "list": [{ "pagePath": "pages/index/index", "selectedIconPath": "images/selectHome.png", "iconPath": "images/home.png", "text": "首页" }, { "pagePath": "pages/index/index", "selectedIconPath": "images/selectPlus.png", "iconPath": "images/plus.png", "text": "创建" }, { "pagePath": "pages/logs/logs", "selectedIconPath": "images/selectMy.png", "iconPath": "images/my.png", "text": "我的" }] } } 就是初始的页面,找了几个图片测试tabBar功能
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
提供下代码片段,让我们好帮你复现下
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
{ "pages": [ "pages/index/index", "pages/logs/logs" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "工具", "navigationBarTextStyle": "black" }, "style": "v2", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents", "tabBar": { "list": [{ "pagePath": "pages/index/index", "selectedIconPath": "images/selectHome.png", "iconPath": "images/home.png", "text": "首页" }, { "pagePath": "pages/index/index", "selectedIconPath": "images/selectPlus.png", "iconPath": "images/plus.png", "text": "创建" }, { "pagePath": "pages/logs/logs", "selectedIconPath": "images/selectMy.png", "iconPath": "images/my.png", "text": "我的" }] } } 就是初始的页面,找了几个图片测试tabBar功能
提供下代码片段,让我们好帮你复现下