shish 3 лет назад
Родитель
Сommit
6ef8c4dc5e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz-ghs/product/classes/ProductClass.php

+ 1 - 1
biz-ghs/product/classes/ProductClass.php

@@ -434,7 +434,7 @@ class ProductClass extends BaseClass
                     $cover = self::groupImg($shortCover);
                 }
                 $bigCover = imgUtil::groupImg($shortCover) . "?x-oss-process=image/resize,m_fill,h_700,w_700";
-                $largeCover = imgUtil::groupImg($shortCover) . "?x-oss-process=image/resize,m_fill,h_950,w_950";
+                $largeCover = imgUtil::groupImg($shortCover) . "?x-oss-process=image/resize,m_fill,h_990,w_990";
             }
             $ratio = isset($v['ratio']) && $v['ratio'] > 0 ? $v['ratio'] : 1;
             $stockInfo = self::formatStock($v['stock'], $ratio);