🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-03-25 20:30:03 +08:00
parent f9b5e668f5
commit 24f1e811ba
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
<div class="countdown" v-if="this.outTime.length>0">
<span>倒计时:</span>
<p>{{this.outTime[0]}}</p>
<p>{{this.outTime[1]}}59</p>
<p>{{this.outTime[1]}}</p>
<p>{{this.outTime[2]}}</p>
</div>