yuanyuan il y a 3 ans
Parent
commit
fd4c3e5bc1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 => {
                 this.$toast.clear();
-                this.list = res.slice(0, 5);
+                this.list = res.slice(0, 30);
             });
         },
         changeRare(active) {