Commit 18a1ecb3 authored by xiaoye's avatar xiaoye

Update tournament.vue

parent 468d8419
Pipeline #41419 passed with stages
in 53 seconds
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
<view id = 'header'> <view id = 'header'>
<span>{{ i.name }}</span> <span>{{ i.name }}</span>
<br> <br>
<span class = 'small'>{{ v + 1 }}</span> <span class = 'small'>{{ v + 1 + (participant.page - 1) * 20 }}</span>
</view> </view>
</template> </template>
<template v-slot:footer> <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