BUG修复

This commit is contained in:
kron
2025-07-13 21:06:48 +08:00
parent fa959c73aa
commit d73d52f752
4 changed files with 83 additions and 17 deletions

View File

@@ -106,7 +106,7 @@ onUnmounted(() => {
<view class="container">
<view>
<image src="../static/shooter.png" mode="widthFix" />
<text>{{ start && remain === 0 ? "射箭时间到!" : tips }}</text>
<text>{{ start && remain === 0 ? "时间到!" : tips }}</text>
<button hover-class="none" @click="() => (sound = !sound)">
<image
:src="`../static/sound${sound ? '' : '-off'}-yellow.png`"