Parcourir la source

修改排行榜

aaa il y a 3 ans
Parent
commit
8546b9aab9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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;