Ver código fonte

修改排行榜页面

yellowtaotao 4 anos atrás
pai
commit
021e031d2f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/home/person/rank.vue

+ 1 - 1
src/views/home/person/rank.vue

@@ -117,7 +117,7 @@ export default {
             this.getFavoritesItemDeitalFun(
               item,
               index,
-              index + 1 === res.data.materials
+              index + 1 === res.data.materials.length
             );
           });
         })