yuanyuan 3 лет назад
Родитель
Сommit
fd4c3e5bc1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/user/Rank.vue

+ 1 - 1
src/views/user/Rank.vue

@@ -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) {