소스 검색

vip商品bugfix

chao 3 년 전
부모
커밋
dd3e6d4d96
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/WEB-INF/views/modules/svip/svipAddProduct.jsp

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/svip/svipAddProduct.jsp

@@ -73,7 +73,7 @@
                 <td><img class="mainImage" src="${item.mainImage}" width="50px" height="50px"></td>
                 <td class="productName">${item.name}</td>
                 <td>${item.shopName}</td>
-                <td>¥${item.price1}</td>
+                <td>¥${item.price}</td>
                 <td><input class="discount" id="discount${item.productID}" onchange="changeDiscount(${item.productID},1)" type="number" maxlength="11" style="width: 100px"> %</td>
                 <td><input class="discountPrice" id="discountPrice${item.productID}" onchange="changeDiscount(${item.productID},2)" type="number" maxlength="11" style="width: 100px"></td>
             </tr>