diff --git a/src/components/ShootProgress.vue b/src/components/ShootProgress.vue index cb370d0..c286eee 100644 --- a/src/components/ShootProgress.vue +++ b/src/components/ShootProgress.vue @@ -106,7 +106,7 @@ onUnmounted(() => { - {{ start && remain === 0 ? "射箭时间到!" : tips }} + {{ start && remain === 0 ? "时间到!" : tips }}