Explorar el Código

修改排行榜页面

yellowtaotao hace 4 años
padre
commit
021e031d2f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
             );
           });
         })