|
|
@@ -187,7 +187,7 @@ class MainController extends BaseController
|
|
|
$balance = $shop->balance ?? 0.00;
|
|
|
$txBalance = $shop->txBalance ?? 0.00;
|
|
|
$sj = isset($this->sj) && !empty($this->sj) ? $this->sj->attributes : [];
|
|
|
- $shopImg = $shop->avatar ?? '';
|
|
|
+ $shopImg = Yii::$app->params['ghsImgHost'].'retail/default-img.png';
|
|
|
$deadline = $sj['deadline'] ?? '';
|
|
|
$relation = isset($this->shopAdmin) && !empty($this->shopAdmin) ? $this->shopAdmin->attributes : [];
|
|
|
$adminName = $relation['name'];
|