浏览代码

修改排行榜

aaa 3 年之前
父节点
当前提交
8546b9aab9
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;