在比赛开始时关闭激光

This commit is contained in:
kron
2025-10-30 09:09:03 +08:00
parent 84cdbb94db
commit 2c0982bd27
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
<script setup>
import { ref, watch, onMounted } from "vue";
import BowPower from "@/components/BowPower.vue";
import StartCountdown from "@/components/StartCountdown.vue";
import { simulShootAPI } from "@/apis";
import useStore from "@/store";
@@ -114,7 +113,6 @@ onMounted(() => {
"/" +
totalRound
}}</text>
<BowPower />
</view>
<view class="target">
<view v-if="stop" class="stop-sign">中场休息</view>