lsc 3 years ago
parent
commit
7dd97c32b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/police.vue

+ 1 - 1
src/components/police.vue

@@ -278,7 +278,7 @@ export default {
             }
             playMusic();
           } else if (type == 1) {
-            if(25 < saL2 && saL2 < 85 && -95 < saP2 && saP2 < -40){
+            if (25 < saL2 && saL2 < 85 && -95 < saP2 && saP2 < -40) {
               binding.value.setA(1);
             }
             binding.value.setC(0);