1 Коммиты 2612fa6c1c ... 62badb8c79

Автор SHA1 Сообщение Дата
  FFIB 62badb8c79 update 1 неделя назад
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      mch/models.py

+ 2 - 2
mch/models.py

@@ -267,8 +267,8 @@ class ModelInfo(BaseModelMixin):
267 267
     def member_shot_data(self):
268 268
         return {
269 269
             'shot_id': self.shot_type_id,
270
-            'shot_name': self.model_uni_name,
271
-            'shot_image': self.image2_url,
270
+            'shot_name': self.model_uni_full_name,
271
+            'shot_image': self.image_url,
272 272
             'integral': self.shot_member_integral,
273 273
         }
274 274