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, //累计学习天数