优化
This commit is contained in:
@@ -220,6 +220,9 @@ const simulShoot2 = async () => {
|
|||||||
<button @click="simulShoot">模拟</button>
|
<button @click="simulShoot">模拟</button>
|
||||||
<button @click="simulShoot2">射箭</button>
|
<button @click="simulShoot2">射箭</button>
|
||||||
</view>
|
</view>
|
||||||
|
<text :style="{ color: '#fff', wordBreak: 'break-all' }">{{
|
||||||
|
scores.length ? scores[scores.length - 1] : ""
|
||||||
|
}}</text>
|
||||||
<StartCountdown :start="startCount" />
|
<StartCountdown :start="startCount" />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ onUnmounted(() => {
|
|||||||
>
|
>
|
||||||
<view :style="{ display: 'flex', flexDirection: 'column' }">
|
<view :style="{ display: 'flex', flexDirection: 'column' }">
|
||||||
<text :style="{ color: '#fed847' }">请预先射几箭测试</text>
|
<text :style="{ color: '#fed847' }">请预先射几箭测试</text>
|
||||||
<text>请确保射击距离只有5米</text>
|
<text>请确保射击距离有5米</text>
|
||||||
</view>
|
</view>
|
||||||
<BowPower :power="power" />
|
<BowPower :power="power" />
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user