@@ -64,7 +64,6 @@ class business
//没有小图则生成小图,兼容旧系统
if (file_exists($imageRoot . $smallImg) == false) {
$preImg = $imageRoot . str_replace('/uploads', '', $imgUrl);
- Yii::info();
$imgInfo = getimagesize($preImg);
$width = $imgInfo[0];
$height = $imgInfo[1];