diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index 724d6a0..89adc76 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -39,19 +39,33 @@ "title": "首页", key : 'home', }, + // { + // "selectedIconPath": "/static/image/tabbar/member-a.png", + // "iconPath": "/static/image/tabbar/member.png", + // "pagePath": "/pages/index/member", + // "title": "会员", + // key : 'member', + // }, + // { + // "selectedIconPath": "/static/image/tabbar/cart-a.png", + // "iconPath": "/static/image/tabbar/cart.png", + // "pagePath": "/pages/index/cart", + // "title": "购物车", + // key : 'cart', + // }, { - "selectedIconPath": "/static/image/tabbar/member-a.png", - "iconPath": "/static/image/tabbar/member.png", - "pagePath": "/pages/index/member", - "title": "会员", - key : 'member', + "selectedIconPath": "/static/image/tabbar/home-a.png", + "iconPath": "/static/image/tabbar/home.png", + "pagePath": "/pages/index/category", + "title": "分类", + key : 'category', }, { - "selectedIconPath": "/static/image/tabbar/cart-a.png", - "iconPath": "/static/image/tabbar/cart.png", - "pagePath": "/pages/index/cart", - "title": "购物车", - key : 'cart', + "selectedIconPath": "/static/image/tabbar/home-a.png", + "iconPath": "/static/image/tabbar/home.png", + "pagePath": "/pages/index/order", + "title": "订单", + key : 'order', }, { "selectedIconPath": "/static/image/tabbar/center-a.png", diff --git a/components/product/productItem.vue b/components/product/productItem.vue index ccaef1a..c9755db 100644 --- a/components/product/productItem.vue +++ b/components/product/productItem.vue @@ -1,5 +1,6 @@