zhangyong 1 năm trước cách đây
mục cha
commit
ff62b582cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      common/material.py

+ 1 - 1
common/material.py

@@ -264,7 +264,7 @@ class Material():
                 cover = ''
             else:
                 cover = 1
-            number = {"uid": uid, "text": text, "video": video, cover: "cover"}
+            number = {"uid": uid, "text": text, "video": video, "cover": cover}
             if uid:
                 list_data.append(number)
             else: