Ver Fonte

提示音

ZhangJunQuan há 4 meses atrás
pai
commit
f55957afa3
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      src/Fingerprint/FingerprintEnroll.vue

+ 4 - 4
src/Fingerprint/FingerprintEnroll.vue

@@ -185,11 +185,11 @@ const handleFingerprintResponse = data => {
 
     
     if(msg === '请抬起手指'){
-      //播放提示音
-      plugin.soundPlay.playLift();
+        //播放提示音
+        plugin.soundPlay.playLift();
     }else if(msg === '请按压手指'){
-      //播放提示音
-      plugin.soundPlay.playPress();
+        //播放提示音
+        plugin.soundPlay.playPress();
     }
 
     if (code === 0) {