diff --git a/public/images/homeWu/ni-dynamic.png b/public/images/homeWu/ni-dynamic.png new file mode 100644 index 00000000..c1ac3cb7 Binary files /dev/null and b/public/images/homeWu/ni-dynamic.png differ diff --git a/public/images/homeWu/no-answer.png b/public/images/homeWu/no-answer.png new file mode 100644 index 00000000..e0192101 Binary files /dev/null and b/public/images/homeWu/no-answer.png differ diff --git a/public/images/homeWu/no-book.png b/public/images/homeWu/no-book.png new file mode 100644 index 00000000..bc78bbfc Binary files /dev/null and b/public/images/homeWu/no-book.png differ diff --git a/public/images/homeWu/no-case.png b/public/images/homeWu/no-case.png new file mode 100644 index 00000000..080f5e40 Binary files /dev/null and b/public/images/homeWu/no-case.png differ diff --git a/public/images/homeWu/no-course.png b/public/images/homeWu/no-course.png new file mode 100644 index 00000000..83e73b97 Binary files /dev/null and b/public/images/homeWu/no-course.png differ diff --git a/public/images/homeWu/no-follow.png b/public/images/homeWu/no-follow.png new file mode 100644 index 00000000..7c324cb7 Binary files /dev/null and b/public/images/homeWu/no-follow.png differ diff --git a/public/images/homeWu/no-note.png b/public/images/homeWu/no-note.png new file mode 100644 index 00000000..ed2818c0 Binary files /dev/null and b/public/images/homeWu/no-note.png differ diff --git a/public/images/homeWu/no-put.png b/public/images/homeWu/no-put.png new file mode 100644 index 00000000..62b7348b Binary files /dev/null and b/public/images/homeWu/no-put.png differ diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index 8bd37aa8..81e32e07 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -156,4 +156,17 @@ .el-button--primary{ background-color: #387DF7; border-color: #387DF7; +} +.home-no-list{ + margin-top: 156px; + text-align: center; + .img{ + width: 148px; + height: 160px; + } + .text{ + font-size: 18px; + color: #999999; + margin-top: 20px; + } } \ No newline at end of file diff --git a/src/components/HomePage/caseList.vue b/src/components/HomePage/caseList.vue new file mode 100644 index 00000000..f48b5206 --- /dev/null +++ b/src/components/HomePage/caseList.vue @@ -0,0 +1,930 @@ + + + + + + \ No newline at end of file diff --git a/src/components/HomePage/courseList.vue b/src/components/HomePage/courseList.vue new file mode 100644 index 00000000..1a53888d --- /dev/null +++ b/src/components/HomePage/courseList.vue @@ -0,0 +1,89 @@ + + + + + + \ No newline at end of file diff --git a/src/components/UcHeader/Index.vue b/src/components/UcHeader/Index.vue index 8f45e5a3..97ac0b65 100644 --- a/src/components/UcHeader/Index.vue +++ b/src/components/UcHeader/Index.vue @@ -15,7 +15,8 @@
-
{{userInfo.name}}
+
{{userInfo.name}} +
{{orgInfo}} 编辑资料
@@ -36,16 +37,16 @@
当月学习时长
-
{{uinfo.monthStudy}}小时
+
{{uinfo.monthStudy}}h
累计学习时长
-
{{uinfo.monthTotal}}小时
+
{{uinfo.monthTotal}}h
当月学习天数
-
{{uinfo.monthDay}}小时
+
{{uinfo.monthDay}}
累计学习天数
@@ -54,7 +55,7 @@
我的U币(累计)
-
{{uinfo.uCurrency}}
+
{{uinfo.uCurrency}}
BOE 排行榜 >> @@ -206,6 +207,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js"; font-weight: 600; font-size: 22px; color: #0060FF; + margin-right: 6px; } } } diff --git a/src/layout/components/TopNav/Index.vue b/src/layout/components/TopNav/Index.vue index b23fe3a1..b1978804 100644 --- a/src/layout/components/TopNav/Index.vue +++ b/src/layout/components/TopNav/Index.vue @@ -1,7 +1,7 @@