删除了!

This commit is contained in:
2020-11-03 11:22:53 +08:00
parent 131f7e36cd
commit 81c33e9c3c
5 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@
<a-empty />
</template>
<div class="pages">
<a-pagination v-if="!livelist.total" v-model:current="page" :total="livelist.total" :showLessItems="true" />
<a-pagination v-if="livelist.total" v-model:current="page" :total="livelist.total" :showLessItems="true" />
</div>
</div>
</template>