|
|
@ -13,7 +13,7 @@ |
|
|
<ScrollListItem v-for="item of customerList" :key="item.addTime" :customer="item" /> |
|
|
<ScrollListItem v-for="item of customerList" :key="item.addTime" :customer="item" /> |
|
|
<div class="flex-center row-span-2" :class="[isFirst ? 'col-end-[56]' : '']"> |
|
|
<div class="flex-center row-span-2" :class="[isFirst ? 'col-end-[56]' : '']"> |
|
|
<Loading v-if="loading" /> |
|
|
<Loading v-if="loading" /> |
|
|
<div v-if="loaded && customerList.length >= total && customerList.length" class="text-24 text-zinc-900 tb">没有更多数据</div> |
|
|
|
|
|
|
|
|
<div v-if="loaded && customerList.length >= total && customerList.length" class="text-24 text-gray-400 tb">没有更多数据</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<img |
|
|
<img |
|
|
|