Explorar el Código

更新facesettoken的facecount的数量

Michael Wang hace 6 años
padre
commit
70a4428421
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/index.vue

+ 1 - 1
src/views/index.vue

@@ -375,7 +375,7 @@ export default {
             if (res.data.face_count > 8000) {
               this.faceSetToken = undefined;
             }
-            resolve(res.data.face_added);
+            resolve(res.data.face_count);
           })
           .catch(err => {
             console.log(err);