From 96f74f4f455fad22463a2928a1bc6b7128c1dac6 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Wed, 2 Nov 2022 18:40:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HomePage/homePage.vue | 23 ++++++++++++++++++----- src/components/UcHeader/Index.vue | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/src/components/HomePage/homePage.vue b/src/components/HomePage/homePage.vue index a605c1fe..9a7c01ba 100644 --- a/src/components/HomePage/homePage.vue +++ b/src/components/HomePage/homePage.vue @@ -17,13 +17,13 @@
{{userData.name}}{{orgInfo}}
-
{{statData.level}}
+
{{statData.level}}
经验值:{{statData.evalue}} - 个人设置 - 个人中心 - 关注TA - 已关注 + 个人设置 + 个人中心 + 关注TA + 已关注 {{pageId == userInfo.aid ? '留言板':'去留言'}} @@ -358,6 +358,19 @@ font-size: 14px; color: #387DF7; +} +.Followed{ + width: 80px; + height: 30px; + padding: 0; + font-size: 14px; + text-align: center; + border-radius: 20px; + display: inline-block; + line-height: 30px; + border: 1px solid #999; + color: #999; + } .editbutt{ font-size: 14px; diff --git a/src/components/UcHeader/Index.vue b/src/components/UcHeader/Index.vue index 6cf00e56..599833a2 100644 --- a/src/components/UcHeader/Index.vue +++ b/src/components/UcHeader/Index.vue @@ -102,7 +102,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js"; statData:{ evalue: 0,//经验值 level: "LV1",//级别 - monthStudyHour:0,//当月学习时长 + monthStudyHour:0,// totalStudyHour: 0, //累计学习时长 monthStudyDays:0, //当月学习天数 totalStudyDays:0, //累计学习天数