🦀️ fix: 修复bug
This commit is contained in:
parent
f9b5e668f5
commit
24f1e811ba
|
@ -57,7 +57,7 @@
|
||||||
<div class="countdown" v-if="this.outTime.length>0">
|
<div class="countdown" v-if="this.outTime.length>0">
|
||||||
<span>倒计时:</span>
|
<span>倒计时:</span>
|
||||||
<p>{{this.outTime[0]}}</p>时
|
<p>{{this.outTime[0]}}</p>时
|
||||||
<p>{{this.outTime[1]}}59</p>分
|
<p>{{this.outTime[1]}}</p>分
|
||||||
<p>{{this.outTime[2]}}</p>秒
|
<p>{{this.outTime[2]}}</p>秒
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue