favorite.hbs
1.48 KB
<div class="yoho-favorite-page yoho-page">
{{# favorite}}
<ul id="fav-tab" class="fav-tab {{# brandTab}}brand-tab{{/ brandTab}}">
<li class="{{#unless brandTab}}active{{/ unless}}">收藏的商品</li>
<li class="{{# brandTab}}active{{/ brandTab}}">收藏的品牌</li>
</ul>
<div class="fav-content" id="fav-content">
<div class="fav-type {{#unless brandTab}}show{{/unless}}">
<ul class="fav-product-list">
{{>favorite/favorite-product}}
</ul>
<div class="fav-content-loading hide"></div>
<div class="fav-null-box {{#if noproductData}}show{{/if}}">
<span class="fav-null">您暂无收藏任何商品</span>
<a class="go-shopping" href="{{productUrl}}">随便逛逛</a>
</div>
<div class="fav-load-more fav-load-background hide"></div>
</div>
<div class="fav-type {{# brandTab}}show{{/brandTab}}">
<div class="fav-brand-swiper-wrapper">
{{>favorite/favorite-brand}}
</div>
<div class="fav-content-loading hide"></div>
<div class="fav-null-box {{#if nobrandData}}show{{/if}}">
<span class="fav-null">您暂无收藏任何品牌</span>
<a class="go-shopping" href="{{brandUrl}}">随便逛逛</a>
</div>
<div class="fav-brand-load-more fav-load-background hide"></div>
</div>
</div>
{{/ favorite}}
</div>