@@ -75,7 +75,7 @@ def decrypt(request): |
||
75 | 75 |
return response(200, data={ |
76 | 76 |
'plaintext': plaintext, |
77 | 77 |
'logo_url': brand.brand_logo_url if brand else '', |
78 |
- 'model_imgs': model.model_imgs if model else [], |
|
78 |
+ 'model_imgs': model.images if model else [], |
|
79 | 79 |
'goodsInfo': { |
80 | 80 |
'Brand': brand.brand_name if brand else '', |
81 | 81 |
'Model': model.model_name if model else '', |