|
@@ -83,7 +83,7 @@ class Goods extends Base
|
|
//属性
|
|
//属性
|
|
$row->attributes = AttributeValue::getAttributeList($row->attribute_ids);
|
|
$row->attributes = AttributeValue::getAttributeList($row->attribute_ids);
|
|
//好评度
|
|
//好评度
|
|
- $row->favor_rate = Comment::degree($id);
|
|
|
|
|
|
+ // $row->favor_rate = Comment::degree($id);
|
|
|
|
|
|
//评论
|
|
//评论
|
|
$comment = collection($row->comment)->toArray();
|
|
$comment = collection($row->comment)->toArray();
|