Explorar o código

修改排行榜

aaa %!s(int64=3) %!d(string=hai) anos
pai
achega
8546b9aab9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;