|
|
@@ -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 : [];
|