diff --git a/src/components/HomePage/homePage.vue b/src/components/HomePage/homePage.vue index 6b04c53a..7e0b1919 100644 --- a/src/components/HomePage/homePage.vue +++ b/src/components/HomePage/homePage.vue @@ -18,12 +18,18 @@
{{statData.level}}
- 经验值:{{statData.evalue}} -
+ 经验值:{{statData.evalue}} + + 个人设置 + 个人中心 关注TA 已关注 {{pageId == userInfo.aid ? '留言板':'去留言'}} -
+ + + + +

{{userData.sign}}

@@ -31,14 +37,10 @@
-
-
- 个人设置 - 个人中心 - -
+ + -
+ diff --git a/src/views/medal/urules.vue b/src/views/medal/urules.vue index 1f195eb1..3871b182 100644 --- a/src/views/medal/urules.vue +++ b/src/views/medal/urules.vue @@ -15,7 +15,7 @@
LV.{{item.level}}
{{item.study}}
{{item.day}}
-
{{item.steadily}}
+
{{item.steadily}}
{{item.popularity}}
diff --git a/src/views/ucurrency/Index.vue b/src/views/ucurrency/Index.vue index 95f4d2e6..3bbdb24f 100644 --- a/src/views/ucurrency/Index.vue +++ b/src/views/ucurrency/Index.vue @@ -114,14 +114,14 @@ - +
.
.
.
- - + +
{{currentUserRankingData.rankingNo}}
@@ -747,9 +747,10 @@ .myexperience { text-align: right; line-height: 75px; - margin-left: auto; + margin-left: 120px; font-size: 14px; font-weight: 400; + margin-right: -45px; color: #666666; span { diff --git a/src/views/user/Noteedit.vue b/src/views/user/Noteedit.vue index c8eb63a1..0e26f339 100644 --- a/src/views/user/Noteedit.vue +++ b/src/views/user/Noteedit.vue @@ -7,8 +7,12 @@ 历史记录
-
-
{{getHMS(editdata.playTime)}}
+
+
+ + {{getHMS(editdata.playTime)}} + +
@@ -106,6 +110,9 @@ export default { imgDel(index) { this.imgContent.splice(index,1); }, + timeDel() { + this.editdata.playTime = ''; + }, comeback(){ clearInterval(this.timer); this.timer = null;