This commit is contained in:
kron
2026-01-12 10:09:36 +08:00
parent 88fbc93d97
commit 121d0e36f3
7 changed files with 22 additions and 18 deletions

View File

@@ -109,7 +109,7 @@ onBeforeUnmount(() => {
</script>
<template>
<Container :bgType="1" title="个人单组练习">
<Container :bgType="1" title="个人单组练习" :showBottom="!start && !scores.length">
<view>
<TestDistance v-if="!practiseId" />
<block v-if="practiseId">
@@ -156,7 +156,7 @@ onBeforeUnmount(() => {
</block>
</view>
<template #bottom>
<SButton v-if="!start" :onClick="onReady">准备好了直接开始</SButton>
<SButton :onClick="onReady">准备好了直接开始</SButton>
</template>
</Container>
</template>