Authored by 沈志敏

Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop

... ... @@ -106,6 +106,12 @@
text-indent: 32px;
display: inline-block;
}
.go-back-btn {
&:hover {
opacity: 0.5;
}
}
}
.blk-header-main {
... ...
... ... @@ -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>
... ...