Authored by zhangxiaoru

image error

... ... @@ -2,7 +2,9 @@
<div class="fav-brand-swiper">
<a class="swiper-header" href="{{link}}">
<div class="swiper-logo">
<img src="{{image brandImg 30 30}}" alt=""/>
{{#if brandImg}}
<img src="{{image brandImg 30 30}}" onerror="{ this.remove()}" alt=""/>
{{/if}}
</div>
<div class="brand-info">
<span class="brand-name">{{brandName}}</span>
... ...