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