1 Star 0 Fork 1K

mydj / 微信电商小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tab_demo.js 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
舞动随风 提交于 2018-09-03 20:23 .
/*
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#000000",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pageTab/custom_page_index/index",
"iconPath": "images/icons/home1.png",
"selectedIconPath": "images/icons/home2.png",
"text": "首页"
},
{
"pagePath": "pageTab/product/index",
"iconPath": "images/icons/good1.png",
"selectedIconPath": "images/icons/good2.png",
"text": "产品列表"
},
{
"pagePath": "pageTab/shopping_car_list/index",
"iconPath": "images/icons/cart1.png",
"selectedIconPath": "images/icons/cart2.png",
"text": "购物车"
},
{
"pagePath": "pageTab/aikucun_userinfo/index",
"iconPath": "images/icons/me1.png",
"selectedIconPath": "images/icons/me2.png",
"text": "我的"
}
]
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#000000",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pageTab/lanHu/index/index",
"iconPath": "images/icons/home1.png",
"selectedIconPath": "images/icons/home2.png",
"text": "首页"
},
{
"pagePath": "pageTab/aikucun_car_list/index",
"iconPath": "images/icons/cart1.png",
"selectedIconPath": "images/icons/cart2.png",
"text": "购物车"
},
{
"pagePath": "pageTab/lanHu/myInfo/index",
"iconPath": "images/icons/me1.png",
"selectedIconPath": "images/icons/me2.png",
"text": "我的"
}
]
}
*/
微信
1
https://gitee.com/mydjs/wechatApp.git
git@gitee.com:mydjs/wechatApp.git
mydjs
wechatApp
微信电商小程序
master

搜索帮助