@@ -268,6 +268,7 @@ class ModelInfo(BaseModelMixin): |
||
268 | 268 |
'image3_url': self.image3_url, |
269 | 269 |
'image4_path': self.image4_path, |
270 | 270 |
'image4_url': self.image4_url, |
271 |
+ 'model_imgs2': self.images2, |
|
271 | 272 |
'factory_yuan': self.factory_yuan, |
272 | 273 |
'integral': self.integral, |
273 | 274 |
} |