Browse Source

bugfix-二手详情

chao 3 năm trước cách đây
mục cha
commit
5f80b9a21f

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/order/orderDetail.jsp

@@ -825,7 +825,7 @@
                 <div class="supplier-product-item" style="z-index:${100000 - varIndex.index};position:relative;">
                         <%--二手订单详情--%>
                     <c:if test="${order.secondHandOrderFlag eq 1}">
-                        <a href="${fns:getConfig('wwwServer')}product-${op.productID}.html" target="_blank">
+                        <a href="${fns:getConfig('wwwServer')}flea-market-${op.productID}.html" target="_blank">
                             <img class="supplier-img" src="${op.image}"/>
                         </a>
                     </c:if>