Authored by 陈轩

remove list state:end

... ... @@ -17,7 +17,7 @@
</li>
</ul>
<p class="cardlist--loading text-center" v-show="state === 1">正在加载...</p>
<p class="cardlist--end text-center" v-show="state === 0 ">--End--</p>
<!--<p class="cardlist--end text-center" v-show="state === 0 ">--End--</p>-->
<div class="empty-tip" v-show="state === -1">
<i class="icon icon-search"></i>
... ...