|
@@ -26,7 +26,7 @@
|
|
|
<div class="productShopBox" v-if="isPC">
|
|
|
<a th:href="@{'/supplier-'+ ${product.shopId} +'.html'}" class="shop-item">
|
|
|
<div class="shopBox-logo">
|
|
|
- <img src="/img/base/placeholder.png" th:data-original="${product.shopLogo}" th:alt="${product.shopTitle}">
|
|
|
+ <img th:src="${product.shopLogo}" th:alt="${product.shopTitle}">
|
|
|
</div>
|
|
|
<div class="shopBox-content">
|
|
|
<div class="shopBox-title">
|