diff --git a/frontend_nuxt/components/AchievementList.vue b/frontend_nuxt/components/AchievementList.vue new file mode 100644 index 000000000..016958c33 --- /dev/null +++ b/frontend_nuxt/components/AchievementList.vue @@ -0,0 +1,70 @@ + + + + + \ No newline at end of file diff --git a/frontend_nuxt/pages/users/[id].vue b/frontend_nuxt/pages/users/[id].vue index d85b0a592..7dd2866f9 100644 --- a/frontend_nuxt/pages/users/[id].vue +++ b/frontend_nuxt/pages/users/[id].vue @@ -20,17 +20,10 @@ 取消关注 - +
目标 Lv.{{ levelInfo.currentLevel + 1 }} - +
@@ -46,7 +39,9 @@
最后评论时间:
-
{{ user.lastCommentTime!=null?formatDate(user.lastCommentTime):"暂无评论" }}
+
{{ user.lastCommentTime != null ? formatDate(user.lastCommentTime) : + "暂无评论" }} +
浏览量:
@@ -68,6 +63,11 @@
关注
+
+ +
勋章与成就
+
@@ -228,13 +228,13 @@
-