...
|
...
|
@@ -160,7 +160,8 @@ const indexComment = (req, res, next) => { |
|
|
star: _.get(item, 'satisfied', 1),
|
|
|
comfort: _.get(item, 'size', 'MIDDLE'),
|
|
|
height: _.get(item, 'height', ''),
|
|
|
weight: _.get(item, 'weight', '')
|
|
|
weight: _.get(item, 'weight', ''),
|
|
|
reply: _.get(item, 'reply')
|
|
|
};
|
|
|
})
|
|
|
});
|
...
|
...
|
|