|
|
@@ -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) {
|