欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 财经 > 产业 > 微信小程序学习之底部导航栏

微信小程序学习之底部导航栏

2025/5/15 0:13:26 来源:https://blog.csdn.net/cau_eric/article/details/147928186  浏览:    关键词:微信小程序学习之底部导航栏

首先,我们在app.json中添加4个页面,

"pages": ["pages/index/index","pages/category/category","pages/cart/cart","pages/user/user"],

其次我们把8张图片放到imaes文件夹下,

图标可以去https://www.iconfont.cn/下载

然后添加tabBar项(已经加上注释):

"tabBar": {// 文字的颜色"color": "#666",// 选中项文字颜色"selectedColor": "#fa2c19",// 导航的栏目"list":[{// 导航页面的地址"pagePath": "pages/index/index",// 导航项的说明文字"text": "首页",// 导航项的默认图片"iconPath": "./images/shouye.png",// 导航项的选中图片"selectedIconPath": "./images/shouye_select.png"},{"pagePath": "pages/category/category","text": "类别","iconPath": "./images/leibie.png","selectedIconPath": "./images/leibie_select.png"},{"pagePath": "pages/cart/cart","text": "购物车","iconPath": "./images/gouwuche.png","selectedIconPath": "./images/gouwuche_select.png"},{"pagePath": "pages/user/user","text": "用户","iconPath": "./images/yonghu.png","selectedIconPath":"./images/yonghu_select.png"}]}

保存。

效果图:

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

热搜词