diff --git a/assets/img/goods/each.png b/assets/img/goods/each.png new file mode 100644 index 0000000..fd3ec93 Binary files /dev/null and b/assets/img/goods/each.png differ diff --git a/assets/img/goods/none.png b/assets/img/goods/none.png new file mode 100644 index 0000000..39514c3 Binary files /dev/null and b/assets/img/goods/none.png differ diff --git a/assets/img/layout/icon-shop-sticky.png b/assets/img/layout/icon-shop-sticky.png index c22a37a..5f2c27f 100644 Binary files a/assets/img/layout/icon-shop-sticky.png and b/assets/img/layout/icon-shop-sticky.png differ diff --git a/layouts/default.vue b/layouts/default.vue index 26e8b66..a050cd4 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -10,7 +10,8 @@
@@ -45,6 +46,12 @@ export default { isHomePage() { return this.$route.path === "/"; }, + isHideBarLinePage() { + return ["/", "/seckill"].includes(this.$route.path); + }, + isHideSeckillPage() { + return this.$route.path === "/seckill"; + }, showCategroyTab() { return !CATEGROY_HIDE_PAGES.some((reg) => { return reg.test(this.$route.path); diff --git a/layouts/module/header/index.vue b/layouts/module/header/index.vue index 948e686..e81305e 100644 --- a/layouts/module/header/index.vue +++ b/layouts/module/header/index.vue @@ -1,8 +1,11 @@