update:优化文字

This commit is contained in:
2026-08-05 17:52:26 +08:00
parent 6a78093d31
commit 8c96a4cb73
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ onBeforeUnmount(() => {
<view v-if="isBattle" class="ready-timer">
<image src="https://static.shelingxingqiu.com/shootmini/static/test-tip.png" mode="widthFix" />
<view v-if="count >= 0">
<text>具体正式比赛还有</text>
<text>距离正式比赛还有</text>
<text>{{ count }}</text>
<text></text>
</view>
@@ -118,7 +118,7 @@ onBeforeUnmount(() => {
<view v-if="isBattle" class="ready-timer">
<image src="https://static.shelingxingqiu.com/shootmini/static/test-tip.png" mode="widthFix" />
<view v-if="count >= 0">
<text>具体正式比赛还有</text>
<text>距离正式比赛还有</text>
<text>{{ count }}</text>
<text></text>
</view>
@@ -112,7 +112,7 @@ onBeforeUnmount(() => {
<view v-if="isBattle" class="ready-timer">
<image src="../../../static/test-tip.png" mode="widthFix" />
<view v-if="count >= 0">
<text>具体正式比赛还有</text>
<text>距离正式比赛还有</text>
<text>{{ count }}</text>
<text></text>
</view>