修改宠物uv起步价。修改手提袋尺寸
This commit is contained in:
@@ -2699,7 +2699,7 @@ public class ProductService {
|
|||||||
}
|
}
|
||||||
if ("宠物转印贴".equals(dto.getKind())) {
|
if ("宠物转印贴".equals(dto.getKind())) {
|
||||||
for (Product product : priceList) {
|
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;
|
// double base = number < 6 && number > 1 ? 5 : 0;
|
||||||
|
|||||||
@@ -339,7 +339,7 @@
|
|||||||
<option value="31">小1号袋(宽230*高210*厚150)</option>
|
<option value="31">小1号袋(宽230*高210*厚150)</option>
|
||||||
<option value="62">大2号袋(宽240*高320*厚140)</option>
|
<option value="62">大2号袋(宽240*高320*厚140)</option>
|
||||||
<option value="3">3号袋(宽280*高265*厚150)</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="7">7号袋(宽210*高270*厚110)</option>
|
||||||
<option value="37">小7号袋(宽210*高230*厚110)</option>
|
<option value="37">小7号袋(宽210*高230*厚110)</option>
|
||||||
<option value="8">8号袋(宽210*高265*厚140)</option>
|
<option value="8">8号袋(宽210*高265*厚140)</option>
|
||||||
@@ -356,7 +356,7 @@
|
|||||||
}
|
}
|
||||||
//礼品购物
|
//礼品购物
|
||||||
if (data.value == 3) {
|
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="7">7号袋(宽210*高270*厚110)</option>
|
||||||
<option value="10">10号袋(宽320*高270*厚110)</option>
|
<option value="10">10号袋(宽320*高270*厚110)</option>
|
||||||
<option value="11">11号袋(宽320*高390*厚110)</option>
|
<option value="11">11号袋(宽320*高390*厚110)</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user