chao 3 rokov pred
rodič
commit
dd3e6d4d96

+ 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>