Browse Source

bugCommit

zhengjinyi 4 years ago
parent
commit
af494b805c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/templates/product/detail.html

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

@@ -196,7 +196,7 @@
     </div>
     <div class="wrap clear">
         <div v-if="!isPC" class="mShopBox">
-            <a th:href="@{'/supplier/index.html?sid=' + ${product.shopId}}">
+            <a th:href="@{'/supplier/index.html?id=' + ${product.shopId}}">
                 <span class="name"><em th:text="${product.shopTitle}"></em><i class="mIcon shop"></i></span>
                 <span>经营范围:<em th:text="${product.businessScope}"></em></span>
                 <span>所在地区:<em th:text="${product.shopAddress}"></em></span>