Commit 1741020c authored by xiaoye's avatar xiaoye

Update tournament.vue

parent c99ff78b
Pipeline #38200 passed with stages
in 1 minute and 36 seconds
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
<span>{{ `第${i.round}轮` }}</span> <span>{{ `第${i.round}轮` }}</span>
<br v-show = 'i.round == match.maxRound'> <br v-show = 'i.round == match.maxRound'>
<span class = 'small' v-show = 'i.isThirdPlaceMatch'>季军赛</span> <span class = 'small' v-show = 'i.isThirdPlaceMatch'>季军赛</span>
<span class = 'small' v-show = '!i.isThirdPlaceMatch && i.round == match.maxRound'>决赛</span> <span class = 'small' v-show = "!i.isThirdPlaceMatch && i.round == match.maxRound && tournament.this.rule == 'SingleElimination'">决赛</span>
</view> </view>
<view id = 'right'> <view id = 'right'>
<span <span
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment