张延森 2 years ago
parent
commit
5e30574e04
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/components/Loader.vue

+ 3
- 3
src/components/Loader.vue View File

@@ -57,9 +57,9 @@ const onTouchMove = (e) => {
57 57
 }
58 58
 
59 59
 const playMask = () => {
60
-  // maskStatusRef.value = 2
61
-  // entranceAudioRef.value.play();
62
-  // maskRef.value.start();
60
+  maskStatusRef.value = 2
61
+  entranceAudioRef.value.play();
62
+  maskRef.value.start();
63 63
 }
64 64
 
65 65
 watch(() => props.loading, (newVal, oldVal) => {