diff --git a/src/views/Account/Account.vue b/src/views/Account/Account.vue index 7388b0b..f1d90cd 100644 --- a/src/views/Account/Account.vue +++ b/src/views/Account/Account.vue @@ -9,7 +9,7 @@ - + mdi-arrow-left @@ -44,7 +44,8 @@ - - + + + + + 用户信息 + + + + + 用户名:{{user_info.name}} + + + + + + + 学号:{{user_info.id}} + + + + + + + 一卡通号:{{user_info.cid}} + + + + + + + 昵称:{{user_info.nick}} + + + 修改 + + + + + + + 消息:{{user_info.msg.length}}条 + + + 查看 + + + + + + + 已发布:{{user_info.created.length}}条 + + + 查看 + + + + + 个性化 + + + + + 黑暗模式 + + + + + + + + + + 退出登录 + + + + + + + + 提示 + 您将退出登录,是否继续 + + + 取消 + 继续 + + + + + + + + + 修改昵称 + + + + + + + + + 取消 + 提交 + + + + + + + + + + + + + @@ -64,36 +187,127 @@ diff --git a/src/views/Account/children/Card.vue b/src/views/Account/children/Card.vue new file mode 100644 index 0000000..11b54b7 --- /dev/null +++ b/src/views/Account/children/Card.vue @@ -0,0 +1,25 @@ + + + \ No newline at end of file diff --git a/src/views/Account/children/Created.vue b/src/views/Account/children/Created.vue new file mode 100644 index 0000000..935b8d5 --- /dev/null +++ b/src/views/Account/children/Created.vue @@ -0,0 +1,59 @@ + + + + + \ No newline at end of file diff --git a/src/views/Account/children/Message.vue b/src/views/Account/children/Message.vue new file mode 100644 index 0000000..87dce9a --- /dev/null +++ b/src/views/Account/children/Message.vue @@ -0,0 +1,107 @@ + + + + + \ No newline at end of file diff --git a/src/views/Home/Home.vue b/src/views/Home/Home.vue index c7b9352..1cd59c1 100644 --- a/src/views/Home/Home.vue +++ b/src/views/Home/Home.vue @@ -1,12 +1,7 @@