|
@@ -109,7 +109,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
return this.$http.get('/user/topTen').then(res => {
|
|
return this.$http.get('/user/topTen').then(res => {
|
|
|
this.$toast.clear();
|
|
this.$toast.clear();
|
|
|
- this.list = res.slice(0, 5);
|
|
|
|
|
|
|
+ this.list = res.slice(0, 30);
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
changeRare(active) {
|
|
changeRare(active) {
|