作者 yangfu

机会池修改

@@ -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)