正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
@@ -1678,7 +1678,6 @@ func ChancePool(header *protocol.RequestHeader, request *protocol.ChancePoolRequ | @@ -1678,7 +1678,6 @@ func ChancePool(header *protocol.RequestHeader, request *protocol.ChancePoolRequ | ||
1678 | CreateTime: chance.CreateTime.Unix() * 1000, | 1678 | CreateTime: chance.CreateTime.Unix() * 1000, |
1679 | } | 1679 | } |
1680 | jsonUnmarshal(chance.SourceContent, &item.FormList) | 1680 | jsonUnmarshal(chance.SourceContent, &item.FormList) |
1681 | - item.FormList = clearEmptyForm(item.FormList) | ||
1682 | jsonUnmarshal(chance.Images, &item.Pictures) | 1681 | jsonUnmarshal(chance.Images, &item.Pictures) |
1683 | jsonUnmarshal(chance.Voices, &item.Speechs) | 1682 | jsonUnmarshal(chance.Voices, &item.Speechs) |
1684 | jsonUnmarshal(chance.Videos, &item.Videos) | 1683 | jsonUnmarshal(chance.Videos, &item.Videos) |
-
请 注册 或 登录 后发表评论