shish hace 5 años
padre
commit
d6afc73d97
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      biz-ghs/product/classes/ProductClass.php

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

@@ -94,7 +94,7 @@ class ProductClass extends BaseClass
             $shortCover = $v['cover'] ?? '';
             if (isset($v['cover']) && !empty($v['cover'])) {
                 //取小图200 shish 20210704
-                $cover = self::groupImg($v['cover']) . "?x-oss-process=image/resize,m_fill,h_100,w_100";
+                $cover = self::groupImg($v['cover']) . "?x-oss-process=image/resize,m_fill,h_200,w_200";
             } else {
                 $cover = imgUtil::getPrefix() . 'hhb_small.png';
             }