BUG修复
This commit is contained in:
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user