Kaynağa Gözat

批发端头像修改为宽高180

shizhongqi 11 ay önce
ebeveyn
işleme
b545d4ce73

+ 1 - 1
app-ghs/controllers/MainController.php

@@ -237,7 +237,7 @@ class MainController extends BaseController
         if (!empty($shop)) {
             $shopImg = imgUtil::groupImg($shop->avatar);
         }
-        $smallShopImg = $shopImg . "?x-oss-process=image/resize,m_fill,h_80,w_80";
+        $smallShopImg = $shopImg . "?x-oss-process=image/resize,m_fill,h_180,w_180";
 
         $deadline = $sj['deadline'] ?? '';
         $relation = isset($this->shopAdmin) && !empty($this->shopAdmin) ? $this->shopAdmin->attributes : [];

+ 0 - 1
app-hd/controllers/PicTextController.php

@@ -2,7 +2,6 @@
 namespace hd\controllers;
 
 use bizHd\goods\classes\CategoryClass;
-use bizHd\goods\models\Pic;
 use bizHd\shop\classes\ShopExtClass;
 use Yii;
 use bizHd\pictext\classes\PicTextClass;