1 Star 0 Fork 1K

徐涛 / 微信电商小程序

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
tab_demo.js 1.42 KB
Copy Edit Raw Blame History
赵同学 authored 2021-04-06 10:35 . 赵同学-原小程序
/*
"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": "我的"
}
]
}
*/
wechat
1
https://gitee.com/zdhan520/wechatApp.git
git@gitee.com:zdhan520/wechatApp.git
zdhan520
wechatApp
微信电商小程序
master

Search