diff --git a/frontend-h5/src/components/CategoryCard.vue b/frontend-h5/src/components/CategoryCard.vue new file mode 100644 index 0000000..e0c7edb --- /dev/null +++ b/frontend-h5/src/components/CategoryCard.vue @@ -0,0 +1,9 @@ + + + + {{ value }} + {{ count }} + + diff --git a/frontend-h5/src/components/MajorCategoryCard.vue b/frontend-h5/src/components/MajorCategoryCard.vue new file mode 100644 index 0000000..228a869 --- /dev/null +++ b/frontend-h5/src/components/MajorCategoryCard.vue @@ -0,0 +1,10 @@ + + + + {{ label.slice(0,1) }} + {{ label }} + + diff --git a/frontend-h5/src/views/Home.vue b/frontend-h5/src/views/Home.vue index 5a52abe..af7a55c 100644 --- a/frontend-h5/src/views/Home.vue +++ b/frontend-h5/src/views/Home.vue @@ -1,2 +1,83 @@ - -Home 占位 + + + + + + 你好,{{ auth.user?.username || '' }} + 退出 + + + + + + + + + + 细分种类 + + + + + + + 该大类暂无已审核材料 + + 点击上方分类查看细分种类 + + + + + +