Commit f694b8c4 authored by xiaoye's avatar xiaoye

Update tournament.vue

parent f2e054fb
......@@ -77,7 +77,7 @@
<view id = 'header'>
<span>{{ i.name }}</span>
<br>
<span class = 'small'>{{ tournament.this.status == 'Ready' ? v : (i.score ? i.score.rank : '') }}</span>
<span class = 'small'>{{ tournament.this.status == 'Ready' ? `${v + 1}` : (i.score ? i.score.rank : '') }}</span>
</view>
</template>
<template v-slot:footer>
......
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