Explorar o código

更新facesettoken的facecount的数量

Michael Wang %!s(int64=6) %!d(string=hai) anos
pai
achega
70a4428421
Modificáronse 1 ficheiros con 1 adicións e 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);