Commit 0e2ad93b by 高淑倩

modfiy: 底部tab

parent 64039cdf
...@@ -55,35 +55,6 @@ ...@@ -55,35 +55,6 @@
"navigationBarTitleText": "WeChat", "navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black" "navigationBarTextStyle": "black"
}, },
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/userCenter/userCenter",
"text": "首页",
"iconPath": "assets/imgs/7_1_0/home_un.png",
"selectedIconPath": "assets/imgs/7_1_0/home.png"
},
{
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "assets/imgs/7_1_0/category_un.png",
"selectedIconPath": "assets/imgs/7_1_0/category.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "assets/imgs/7_1_0/cart_un.png",
"selectedIconPath": "assets/imgs/7_1_0/cart.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "assets/imgs/7_1_0/my_un.png",
"selectedIconPath": "assets/imgs/7_1_0/my.png"
}
]
},
"navigateToMiniProgramAppIdList": [ "navigateToMiniProgramAppIdList": [
"wxeb490c6f9b154ef9", "wxeb490c6f9b154ef9",
"wxcf6d299fecd830cf", "wxcf6d299fecd830cf",
...@@ -91,6 +62,5 @@ ...@@ -91,6 +62,5 @@
"wx358b56af62edbde1", "wx358b56af62edbde1",
"wxc3b64b09b1d3dfc2", "wxc3b64b09b1d3dfc2",
"wx857ea77f4f7f4f34" "wx857ea77f4f7f4f34"
], ]
"sitemapLocation": "sitemap.json"
} }
\ No newline at end of file
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
"hot-item": "/component/hotItem/hotItem", "hot-item": "/component/hotItem/hotItem",
"bannerAd": "/component/bannerAd/bannerAd", "bannerAd": "/component/bannerAd/bannerAd",
"attention": "/component/attention/attention", "attention": "/component/attention/attention",
"guide-page-modal": "/component/guidePageModal/guidePageModal" "guide-page-modal": "/component/guidePageModal/guidePageModal",
"bottom-tabs": "./../../component/bottomTabs/bottomTabs"
} }
} }
\ No newline at end of file
...@@ -52,3 +52,4 @@ ...@@ -52,3 +52,4 @@
<!--<authorization-modal isAuthorization='{{isAuthorization}}' />--> <!--<authorization-modal isAuthorization='{{isAuthorization}}' />-->
<guide-page-modal show="{{guidePageModalShow}}" /> <guide-page-modal show="{{guidePageModalShow}}" />
<bottom-tabs />
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment