diff --git a/src/components/Portal/author.vue b/src/components/Portal/author.vue index a7f183ae..7e1e8958 100644 --- a/src/components/Portal/author.vue +++ b/src/components/Portal/author.vue @@ -6,7 +6,7 @@
{{userName}} - ({{userInfo}}) + {{userInfo}}
diff --git a/src/components/Portal/authorInfo.vue b/src/components/Portal/authorInfo.vue index 822246f1..49a67cdd 100644 --- a/src/components/Portal/authorInfo.vue +++ b/src/components/Portal/authorInfo.vue @@ -14,7 +14,7 @@
{{userName}} - ({{userInfo}}) + {{userInfo}}
diff --git a/src/views/Index.vue b/src/views/Index.vue index 917b8e6e..7d9d7280 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -660,7 +660,9 @@ this.showLoginMedal=false; }, banJump(item) { - window.open(item.JumpUrl); + if(item.JumpUrl){ + window.open(item.JumpUrl); + } }, //上次学习记录 getLastStudy() { @@ -702,7 +704,7 @@ } }); }else { - if(this.userHobby.needShow){ + if(this.userHobby.needShow){ this.$refs.userCollection.show(); }else{ if(this.needLoginMedal){ diff --git a/src/views/user/ranking.vue b/src/views/user/ranking.vue index d9785d6d..3da9b764 100644 --- a/src/views/user/ranking.vue +++ b/src/views/user/ranking.vue @@ -22,9 +22,9 @@ 累计 - 本周 + @@ -127,9 +127,9 @@ 累计 - 本周 + @@ -214,9 +214,9 @@ 累计 - 本周 + @@ -259,13 +259,13 @@ - +
.
.
.
- +
{{learningDays.data.rankingNo}}