没有合适的资源?快使用搜索试试~ 我知道了~
搞了好久原来是位置的原因唉闹心 直接上代码: 出不来的代码: [html] view plain copy print?在CODE上查看代码片派生到我的代码片 { "pages": [ "pages/splash/splash", "pages/zhuye/zhuye", "pages/list/list", "pages/item/item", "pages/search/search", "pages/profile/profile" ], "window": { "navigationBarBackgroundColor": "#35495e", "navigationBarTe
资源推荐
资源详情
资源评论
微信小程序微信小程序tabBar底部导航不显示问题解析底部导航不显示问题解析
搞了好久原来是位置的原因唉闹心
直接上代码:
出不来的代码:
1. [html] view plain copy print?在CODE上查看代码片派生到我的代码片
2. {
3. "pages": [
4. "pages/splash/splash",
5. "pages/zhuye/zhuye",
6. "pages/list/list",
7. "pages/item/item",
8. "pages/search/search",
9. "pages/profile/profile"
10. ],
11. "window": {
12. "navigationBarBackgroundColor": "#35495e",
13. "navigationBarTextStyle": "white",
14. "navigationBarTitleText": "电影 « 豆瓣",
15. "backgroundColor": "#fff",
16. "backgroundTextStyle": "dark",
17. "enablePullDownRefresh": true
18. },
19. "tabBar": {
20. "color": "#ccc",
21. "selectedColor": "#35495e",
22. "borderStyle": "white",
23. "backgroundColor": "#f9f9f9",
24. "list": [
25. {
26.
27. "pagePath": "pages/zhuye/zhuye",
28. "iconPath": "images/board.png",
29. "selectedIconPath": "images/board-actived.png",
30. "text": "榜单"
31. },
32. {
33.
34. "pagePath": "pages/search/search",
35. "iconPath": "images/search.png",
36. "selectedIconPath": "images/search-actived.png",
37. "text": "搜索"
38. },
39. {
40.
41. "pagePath": "pages/profile/profile",
42. "iconPath": "images/profile.png",
43. "selectedIconPath": "images/profile-actived.png",
44. "text": "我的"
45. }
46. ]
47. },
48. "networkTimeout": {
49. "request": 10000,
50. "connectSocket": 10000,
51. "uploadFile": 10000,
52. "downloadFile": 10000
53. },
54. "debug": true
55. }
解决方案一:把 tabBar配置中的 "pagePath": "pages/zhuye/zhuye",换成 配置为首页的pages/splash/splash就可以
了;
方案二:完美解决方案 在wxml里 加入 open-type="switchTab"
资源评论
weixin_38747566
- 粉丝: 12
- 资源: 931
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功