2 Star 2 Fork 1K

kater / 微信电商小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tab_demo.js 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
赵同学 提交于 2018-06-07 12:01 .
/*
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#000000",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/custom_page_index/index",
"iconPath": "images/icons/home1.png",
"selectedIconPath": "images/icons/home2.png",
"text": "首页"
},
{
"pagePath": "pages/product/index",
"iconPath": "images/icons/good1.png",
"selectedIconPath": "images/icons/good2.png",
"text": "产品"
},
{
"pagePath": "pages/fx_center2/index",
"iconPath": "images/icons/fx.png",
"selectedIconPath": "images/icons/fx2.png",
"text": "分销"
},
{
"pagePath": "pages/shopping_car_list/index",
"iconPath": "images/icons/cart1.png",
"selectedIconPath": "images/icons/cart2.png",
"text": "购物车"
},
{
"pagePath": "pages/custom_page_userinfo/index",
"iconPath": "images/icons/me1.png",
"selectedIconPath": "images/icons/me2.png",
"text": "我的"
}
]
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#e24148",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/aikucun_index/index",
"iconPath": "images/tab/home.png",
"selectedIconPath": "images/tab/home_focus.png",
"text": "首页"
},
{
"pagePath": "pages/aikucun_car_list/index",
"iconPath": "images/tab/cart.png",
"selectedIconPath": "images/tab/cart_focus.png",
"text": "购物车"
},
{
"pagePath": "pages/aikucun_userinfo/index",
"iconPath": "images/tab/me.png",
"selectedIconPath": "images/tab/me_focus.png",
"text": "我的"
}
]
},
*/
微信
1
https://gitee.com/1028125449/wechatApp.git
git@gitee.com:1028125449/wechatApp.git
1028125449
wechatApp
微信电商小程序
master

搜索帮助