liyongli před 2 roky
rodič
revize
18ca29a217

+ 1 - 0
src/view/SilkRoadSpringFestivalGala/pages/fourth.vue

@@ -37,6 +37,7 @@ const dou = ref(0);
 window.addEventListener(
   "devicemotion",
   event => {
+    if (dou.value < 1) return;
     var acceleration = event.accelerationIncludingGravity;
     let px = Math.pow(acceleration.x, 2) >= 100;
     let py = Math.pow(acceleration.y, 2) >= 100;