BUGFIX: 模特preview;
This commit is contained in:
@@ -1858,7 +1858,7 @@ public class PythonService {
|
||||
// dress.setPrint(new DesignPythonItemPrint("none",
|
||||
// CollectionLevel1TypeEnum.PRINT_BOARD.getRealName(), 0.3f, Boolean.FALSE));
|
||||
dress.setPrint(designPythonItemPrint);
|
||||
dress.setPath("aida-sys-images/images/female/blouse/blouse_p5_817.jpg");
|
||||
dress.setPath("aida-sys-image/images/female/blouse/blouse_p5_817.jpg");
|
||||
response.add(dress);
|
||||
|
||||
DesignPythonItem skirt = new DesignPythonItem();
|
||||
@@ -1866,7 +1866,7 @@ public class PythonService {
|
||||
skirt.setColor("none");
|
||||
skirt.setIcon("none");
|
||||
skirt.setPrint(designPythonItemPrint);
|
||||
skirt.setPath("aida-sys-images/images/female/trousers/trousers_974.jpg");
|
||||
skirt.setPath("aida-sys-image/images/female/trousers/trousers_974.jpg");
|
||||
response.add(skirt);
|
||||
|
||||
DesignPythonItem body = new DesignPythonItem();
|
||||
|
||||
Reference in New Issue
Block a user