电量显示走接口请求

This commit is contained in:
kron
2025-10-29 17:26:27 +08:00
parent 7036135d9c
commit f5d5475ee4
11 changed files with 30 additions and 37 deletions

View File

@@ -21,10 +21,6 @@ const props = defineProps({
type: String,
default: "",
},
power: {
type: Number,
default: 0,
},
scores: {
type: Array,
default: () => [],
@@ -118,7 +114,7 @@ onMounted(() => {
"/" +
totalRound
}}</text>
<BowPower :power="power" />
<BowPower />
</view>
<view class="target">
<view v-if="stop" class="stop-sign">中场休息</view>