|
|
@@ -88,7 +88,7 @@ class AuthController extends PublicController
|
|
|
$onlyCg = $currentShop->onlyCg ?? 1;
|
|
|
$mainId = $currentShop->mainId ?? 0;
|
|
|
|
|
|
- $shareLogo = '';
|
|
|
+ $shareLogo = imgUtil::groupImg('buy_logo.jpg');
|
|
|
if (isset($currentShop->shareLogo) && !empty($currentShop->shareLogo)) {
|
|
|
$shareLogo = imgUtil::groupImg($currentShop->shareLogo);
|
|
|
}
|
|
|
@@ -179,7 +179,7 @@ class AuthController extends PublicController
|
|
|
$pfShopId = $currentShop->pfShopId ?? 0;
|
|
|
$onlyCg = $currentShop->onlyCg ?? 1;
|
|
|
|
|
|
- $shareLogo = '';
|
|
|
+ $shareLogo = imgUtil::groupImg('buy_logo.jpg');
|
|
|
if (isset($currentShop->shareLogo) && !empty($currentShop->shareLogo)) {
|
|
|
$shareLogo = imgUtil::groupImg($currentShop->shareLogo);
|
|
|
}
|
|
|
@@ -287,7 +287,7 @@ class AuthController extends PublicController
|
|
|
$pfShopId = $currentShop->pfShopId ?? 0;
|
|
|
$onlyCg = $currentShop->onlyCg ?? 1;
|
|
|
|
|
|
- $shareLogo = '';
|
|
|
+ $shareLogo = imgUtil::groupImg('buy_logo.jpg');
|
|
|
if (isset($currentShop->shareLogo) && !empty($currentShop->shareLogo)) {
|
|
|
$shareLogo = imgUtil::groupImg($currentShop->shareLogo);
|
|
|
}
|
|
|
@@ -575,7 +575,7 @@ class AuthController extends PublicController
|
|
|
$pfShopId = $currentShop->pfShopId ?? 0;
|
|
|
$onlyCg = $currentShop->onlyCg ?? 1;
|
|
|
|
|
|
- $shareLogo = '';
|
|
|
+ $shareLogo = imgUtil::groupImg('buy_logo.jpg');
|
|
|
if (isset($currentShop->shareLogo) && !empty($currentShop->shareLogo)) {
|
|
|
$shareLogo = imgUtil::groupImg($currentShop->shareLogo);
|
|
|
}
|