shish 4 жил өмнө
parent
commit
8895626e4a

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

@@ -111,7 +111,7 @@ class ProductClass extends BaseClass
             if (!empty($shortCover)) {
                 $parse = parse_url(self::groupImg($shortCover));
                 if (empty($parse['query'])) {
-                    $cover = self::groupImg($shortCover) . "?x-oss-process=image/resize,m_fill,h_105,w_105";
+                    $cover = self::groupImg($shortCover) . "?x-oss-process=image/resize,m_fill,h_110,w_110";
                 } else {
                     $cover = self::groupImg($shortCover);
                 }