|
|
@ -65,12 +65,14 @@ import {
|
|
|
|
ApiGetCategoryOneList,
|
|
|
|
ApiGetCategoryOneList,
|
|
|
|
ApiGetCategoryTwoAndGoods,
|
|
|
|
ApiGetCategoryTwoAndGoods,
|
|
|
|
} from "@/plugins/api/goods";
|
|
|
|
} from "@/plugins/api/goods";
|
|
|
|
|
|
|
|
import { CATEGROY_LEVEL } from "@/constants";
|
|
|
|
const CATEGROY_HIDE_PAGES = [/\/account/]; // 隐藏热门分类tab的页面
|
|
|
|
const CATEGROY_HIDE_PAGES = [/\/account/]; // 隐藏热门分类tab的页面
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "HeaderCategory",
|
|
|
|
name: "HeaderCategory",
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
|
|
|
|
CATEGROY_LEVEL,
|
|
|
|
categroyTwoVisible: false, // 是否展示二级分类
|
|
|
|
categroyTwoVisible: false, // 是否展示二级分类
|
|
|
|
categroyVisible: false, // 是否展示一级分类
|
|
|
|
categroyVisible: false, // 是否展示一级分类
|
|
|
|
currentCategroyId: 0, // 当前鼠标悬停的一级分类id
|
|
|
|
currentCategroyId: 0, // 当前鼠标悬停的一级分类id
|
|
|
|