diff --git a/yudao-ui-app/components/countDown/index.vue b/yudao-ui-app/components/countDown/index.vue index 8a46b2b5e..283f3e7be 100644 --- a/yudao-ui-app/components/countDown/index.vue +++ b/yudao-ui-app/components/countDown/index.vue @@ -126,7 +126,7 @@ .time{ display: flex; justify-content: center; - } + } .red{ color: var(--view-theme); margin: 0 4rpx; diff --git a/yudao-ui-app/pages.json b/yudao-ui-app/pages.json index 9e4e147b0..2bf2157aa 100644 --- a/yudao-ui-app/pages.json +++ b/yudao-ui-app/pages.json @@ -577,31 +577,31 @@ { "pagePath": "pages/index/index", "iconPath": "static/images/tabbar/nav_icon_shop.png", - "selectedIconPath": "static/images/1-002.png", + "selectedIconPath": "static/images/tabbar/nav_icon_shop_active.png", "text": "商城" }, { "pagePath": "pages/goods_cate/goods_cate", "iconPath": "static/images/tabbar/nav_icon_sort.png", - "selectedIconPath": "static/images/2-002.png", + "selectedIconPath": "static/images/tabbar/nav_icon_sort_active.png", "text": "分类" }, { "pagePath": "pages/member_application/index", - "iconPath": "static/images/2-001.png", + "iconPath": "static/images/tabbar/nav_icon_member.png", "selectedIconPath": "static/images/tabbar/nav_icon_member_active.png", "text": "会员申请" }, - // { - // "pagePath": "pages/order_addcart/order_addcart", - // "iconPath": "static/images/tabbar/nav_icon_cart.png", - // "selectedIconPath": "static/images/3-002.png", - // "text": "购物车" - // }, + { + "pagePath": "pages/order_addcart/order_addcart", + "iconPath": "static/images/tabbar/nav_icon_cart.png", + "selectedIconPath": "static/images/tabbar/nav_icon_cart_active.png", + "text": "购物车" + }, { "pagePath": "pages/user/index", "iconPath": "static/images/tabbar/nav_icon_my.png", - "selectedIconPath": "static/images/4-002.png", + "selectedIconPath": "static/images/tabbar/nav_icon_my_active.png", "text": "我的" } ] diff --git a/yudao-ui-app/static/images/tabbar/nav_icon_cart.png b/yudao-ui-app/static/images/tabbar/nav_icon_cart.png index cbd9463e6..f3e3d46b8 100644 Binary files a/yudao-ui-app/static/images/tabbar/nav_icon_cart.png and b/yudao-ui-app/static/images/tabbar/nav_icon_cart.png differ diff --git a/yudao-ui-app/static/images/tabbar/nav_icon_cart_active.png b/yudao-ui-app/static/images/tabbar/nav_icon_cart_active.png new file mode 100644 index 000000000..f4f3ddabe Binary files /dev/null and b/yudao-ui-app/static/images/tabbar/nav_icon_cart_active.png differ diff --git a/yudao-ui-app/static/images/tabbar/nav_icon_member.png b/yudao-ui-app/static/images/tabbar/nav_icon_member.png new file mode 100644 index 000000000..6970e91a9 Binary files /dev/null and b/yudao-ui-app/static/images/tabbar/nav_icon_member.png differ diff --git a/yudao-ui-app/static/images/tabbar/nav_icon_member_active.png b/yudao-ui-app/static/images/tabbar/nav_icon_member_active.png index 229cc3f9c..9cf8f708a 100644 Binary files a/yudao-ui-app/static/images/tabbar/nav_icon_member_active.png and b/yudao-ui-app/static/images/tabbar/nav_icon_member_active.png differ diff --git a/yudao-ui-app/static/images/tabbar/nav_icon_my_active.png b/yudao-ui-app/static/images/tabbar/nav_icon_my_active.png new file mode 100644 index 000000000..6959dd8c2 Binary files /dev/null and b/yudao-ui-app/static/images/tabbar/nav_icon_my_active.png differ diff --git a/yudao-ui-app/static/images/tabbar/nav_icon_shop.png b/yudao-ui-app/static/images/tabbar/nav_icon_shop.png index 2e258e4cf..e4539f8fb 100644 Binary files a/yudao-ui-app/static/images/tabbar/nav_icon_shop.png and b/yudao-ui-app/static/images/tabbar/nav_icon_shop.png differ diff --git a/yudao-ui-app/static/images/tabbar/nav_icon_shop_active.png b/yudao-ui-app/static/images/tabbar/nav_icon_shop_active.png new file mode 100644 index 000000000..e6947f1f6 Binary files /dev/null and b/yudao-ui-app/static/images/tabbar/nav_icon_shop_active.png differ diff --git a/yudao-ui-app/static/images/tabbar/nav_icon_sort_active.png b/yudao-ui-app/static/images/tabbar/nav_icon_sort_active.png new file mode 100644 index 000000000..7f0bc698a Binary files /dev/null and b/yudao-ui-app/static/images/tabbar/nav_icon_sort_active.png differ