|
|
@@ -233,7 +233,9 @@ class MainController extends BaseController
|
|
|
$money = $main->money ?? 0;
|
|
|
$cashAccount = $main->cashAccount ?? '';
|
|
|
$sj = isset($this->sj) && !empty($this->sj) ? $this->sj->attributes : [];
|
|
|
- $shopImg = imgUtil::groupImg($shop->avatar);
|
|
|
+
|
|
|
+ $shopImg = !empty($shop->avatar) ? imgUtil::groupImg($shop->avatar) : imgUtil::groupImg('');
|
|
|
+
|
|
|
$smallShopImg = imgUtil::groupImg($shop->avatar) . "?x-oss-process=image/resize,m_fill,h_80,w_80";
|
|
|
|
|
|
$deadline = $sj['deadline'] ?? '';
|