|
@@ -508,6 +508,7 @@ func (this *ProductController) ProductList() {
|
|
|
IsPermanent: product.IsPermanent,
|
|
|
Description: product.Description,
|
|
|
SourceId: product.SourceId,
|
|
|
+ CreatedTime: product.CreatedTime.Format(time.DateTime),
|
|
|
}
|
|
|
if product.CoverUrl == "" && product.CoverSrc > 0 {
|
|
|
image, imageErr := models.GetImageById(product.CoverSrc)
|