update

FFIB 1 周之前
父节点
当前提交
62badb8c79
共有 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