Explorar o código

新活检退出时撤销遮罩层

Michael Wang %!s(int64=5) %!d(string=hai) anos
pai
achega
ddf14c2eb0
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/features/OnlineExam/Examing/FaceMotion/FaceMotion.vue

+ 3 - 0
src/features/OnlineExam/Examing/FaceMotion/FaceMotion.vue

@@ -315,6 +315,9 @@ export default {
   mounted() {
     this.run();
   },
+  beforeDestroy() {
+    this.$Spin.hide();
+  },
   methods: {
     ...mapMutations(["updateIsDoingFaceLiveness"]),
     async fetchData() {