UI修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user