...
|
...
|
@@ -153,6 +153,7 @@ const indexComment = (req, res, next) => { |
|
|
date: moment(item.createTime, 'X').format('YYYY-MM-DD HH:mm:ss'),
|
|
|
color: _.get(item, 'goods.factory_goods_name', ''),
|
|
|
size: _.get(item, 'goods.size_name', ''),
|
|
|
skuTitle: _.get(item, 'goods.sku_title', '尺码'),
|
|
|
comment: item.content,
|
|
|
total: pageResponse.totalCount,
|
|
|
url: _.get(item, 'url', ''),
|
...
|
...
|
|