xbx #112

Merged
theluyuan merged 8 commits from xbx into master 2020-11-03 06:36:05 +00:00
5 changed files with 5 additions and 5 deletions
Showing only changes of commit 81c33e9c3c - Show all commits

View File

@ -38,7 +38,7 @@
<a-empty /> <a-empty />
</template> </template>
<div class="pages"> <div class="pages">
<a-pagination v-if="!withdrawallist.total" v-model:current="page" :total="withdrawallist.total" :showLessItems="true" @change="pagechange"/> <a-pagination v-if="withdrawallist.total" v-model:current="page" :total="withdrawallist.total" :showLessItems="true" @change="pagechange"/>
</div> </div>
</div> </div>
<NavBottom class="navbottom"></NavBottom> <NavBottom class="navbottom"></NavBottom>

View File

@ -198,7 +198,7 @@
</template> </template>
</div> </div>
<div class="pages"> <div class="pages">
<a-pagination v-if="!salelist.total" v-model:current="page" :total="salelist.total" :showLessItems="true" @change="pagechange"/> <a-pagination v-if="salelist.total" v-model:current="page" :total="salelist.total" :showLessItems="true" @change="pagechange"/>
</div> </div>
</div> </div>
<NavBottom class="navbottom"></NavBottom> <NavBottom class="navbottom"></NavBottom>

View File

@ -67,7 +67,7 @@
<a-empty /> <a-empty />
</template> </template>
<div class="pages"> <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>
</div> </div>
</template> </template>

View File

@ -56,7 +56,7 @@
</div> </div>
</div> </div>
<div class="pages"> <div class="pages">
<a-pagination v-if="!teacherlikedlist.total" v-model:current="page" :total="teacherlikedlist.total" :showLessItems="true" @change="pagechange"/> <a-pagination v-if="teacherlikedlist.total" v-model:current="page" :total="teacherlikedlist.total" :showLessItems="true" @change="pagechange"/>
</div> </div>
</div> </div>
</template> </template>

View File

@ -90,7 +90,7 @@
></VideoItem> ></VideoItem>
</div> </div>
<div class="pages"> <div class="pages">
<a-pagination v-if="!videolist.total" v-model:current="page" :total="videolist.total" :showLessItems="true" @change="pagechange" /> <a-pagination v-if="videolist.total" v-model:current="page" :total="videolist.total" :showLessItems="true" @change="pagechange" />
</div> </div>
</div> </div>
</template> </template>