Bläddra i källkod

修改宠物uv起步价。修改手提袋尺寸

zhuyiyi 9 timmar sedan
förälder
incheckning
85888d79f8

+ 1 - 1
src/main/java/lingtao/net/service/ProductService.java

@@ -2699,7 +2699,7 @@ public class ProductService {
                     }
                     if ("宠物转印贴".equals(dto.getKind())) {
                         for (Product product : priceList) {
-                            product.setPrice(Math.ceil(product.getPrice() * 1.3));
+                            product.setPrice(Math.ceil(product.getPrice() == 50 ? product.getPrice() : product.getPrice() * 1.3));
                         }
                     }
 //                    double base = number < 6 && number > 1 ? 5 : 0;

+ 2 - 2
src/main/webapp/views/product/handBag.jsp

@@ -339,7 +339,7 @@
                         <option value="31">小1号袋(宽230*高210*厚150)</option>
                         <option value="62">大2号袋(宽240*高320*厚140)</option>
                         <option value="3">3号袋(宽280*高265*厚150)</option>
-                        <option value="4">4号袋(宽130*高160*厚80)</option>
+                        <option value="4">4号袋(宽130*高175*厚80)</option>
                         <option value="7">7号袋(宽210*高270*厚110)</option>
                         <option value="37">小7号袋(宽210*高230*厚110)</option>
                         <option value="8">8号袋(宽210*高265*厚140)</option>
@@ -356,7 +356,7 @@
             }
             //礼品购物
             if (data.value == 3) {
-                html = `<option value="4" selected>4号袋(宽130*高160*厚80)</option>
+                html = `<option value="4" selected>4号袋(宽130*高175*厚80)</option>
                         <option value="7">7号袋(宽210*高270*厚110)</option>
                         <option value="10">10号袋(宽320*高270*厚110)</option>
                         <option value="11">11号袋(宽320*高390*厚110)</option>