BUG修改

This commit is contained in:
a0049873 2022-11-28 17:55:30 +08:00
parent 4e2f7e9403
commit b8644679c9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
class="name"
v-for="(item, index) in jcList.slice(0, 5)"
:key="item.name"
:class="index == 2 ? 'name-last' : ''"
:class="index == 3 ? 'name-last' : ''"
@click="selectOne2(item.name)"
>
{{