Browse Source

修改排行榜

aaa 3 years ago
parent
commit
8546b9aab9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/home/person/rank.vue

+ 2 - 2
src/views/home/person/rank.vue

@@ -104,7 +104,7 @@ export default {
       rankLoading: true,
       loading: false,
       finished: false,
-      rankListTopThree: [{}, {}, {}], // 前三名
+      rankListTopThree: [], // 前三名
       rankListOthers: [],
       env: "pro"
     };
@@ -149,7 +149,7 @@ export default {
               }
             });
           } else {
-            this.rankListTopThree = [{}, {}, {}];
+            this.rankListTopThree = [];
             this.rankListOthers = [];
           }
           this.finished = true;