|
@@ -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;
|