Browse Source

更新facesettoken的facecount的数量

Michael Wang 6 năm trước cách đây
mục cha
commit
70a4428421
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);