BUGFIX:模特预览默认颜色添加;
This commit is contained in:
@@ -2871,6 +2871,7 @@ public class PythonService {
|
|||||||
designPythonItemPrint.setPrint_path_list(new ArrayList<>());
|
designPythonItemPrint.setPrint_path_list(new ArrayList<>());
|
||||||
dress.setPrint(new PrintToPython(designPythonItemPrint));
|
dress.setPrint(new PrintToPython(designPythonItemPrint));
|
||||||
dress.setPath("aida-sys-image/images/female/blouse/0628001551.jpg");
|
dress.setPath("aida-sys-image/images/female/blouse/0628001551.jpg");
|
||||||
|
dress.setColor("255 255 255");
|
||||||
response.add(dress);
|
response.add(dress);
|
||||||
|
|
||||||
DesignPythonItem skirt = new DesignPythonItem();
|
DesignPythonItem skirt = new DesignPythonItem();
|
||||||
@@ -2882,6 +2883,7 @@ public class PythonService {
|
|||||||
designPythonItemPrint1.setPrint_path_list(new ArrayList<>());
|
designPythonItemPrint1.setPrint_path_list(new ArrayList<>());
|
||||||
skirt.setPrint(new PrintToPython(designPythonItemPrint1));
|
skirt.setPrint(new PrintToPython(designPythonItemPrint1));
|
||||||
skirt.setPath("aida-sys-image/images/female/skirt/0628000022.jpg");
|
skirt.setPath("aida-sys-image/images/female/skirt/0628000022.jpg");
|
||||||
|
skirt.setColor("255 255 255");
|
||||||
// skirt.setPath("aida-sys-image/images/female/dress/0628000000.jpg");
|
// skirt.setPath("aida-sys-image/images/female/dress/0628000000.jpg");
|
||||||
response.add(skirt);
|
response.add(skirt);
|
||||||
} else {
|
} else {
|
||||||
@@ -2894,6 +2896,7 @@ public class PythonService {
|
|||||||
designPythonItemPrint.setPrint_path_list(new ArrayList<>());
|
designPythonItemPrint.setPrint_path_list(new ArrayList<>());
|
||||||
top.setPrint(new PrintToPython(designPythonItemPrint));
|
top.setPrint(new PrintToPython(designPythonItemPrint));
|
||||||
top.setPath("aida-sys-image/images/male/tops/mens_test_10.png");
|
top.setPath("aida-sys-image/images/male/tops/mens_test_10.png");
|
||||||
|
top.setColor("255 255 255");
|
||||||
response.add(top);
|
response.add(top);
|
||||||
|
|
||||||
DesignPythonItem bottom = new DesignPythonItem();
|
DesignPythonItem bottom = new DesignPythonItem();
|
||||||
@@ -2905,6 +2908,7 @@ public class PythonService {
|
|||||||
designPythonItemPrint1.setPrint_path_list(new ArrayList<>());
|
designPythonItemPrint1.setPrint_path_list(new ArrayList<>());
|
||||||
bottom.setPrint(new PrintToPython(designPythonItemPrint1));
|
bottom.setPrint(new PrintToPython(designPythonItemPrint1));
|
||||||
bottom.setPath("aida-sys-image/images/male/bottoms/mens_test_6252.png");
|
bottom.setPath("aida-sys-image/images/male/bottoms/mens_test_6252.png");
|
||||||
|
bottom.setColor("255 255 255");
|
||||||
response.add(bottom);
|
response.add(bottom);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user