@@ -34,10 +34,7 @@ class ScoreGoodsCateModel extends BaseModel
{
$info = parent::getInfo($id); // TODO: Change the autogenerated stub
if ($info) {
- // 店铺封面
- if ($info['thumb']) {
- $info['thumb'] = get_image_url($info['thumb']);
- }
+
}
return $info;