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