浏览代码

修复商品详情 供应商LOgo 不显示

zhengjinyi 1 年之前
父节点
当前提交
b48a390ea9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/templates/product/detail.html

+ 1 - 1
src/main/resources/templates/product/detail.html

@@ -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">