|
|
@@ -264,7 +264,7 @@ class GhsController extends BaseController
|
|
|
$info['shareLogo'] = $shareLogo;
|
|
|
$info['superWx'] = '';
|
|
|
if (!empty($ghsShop->superWx)) {
|
|
|
- $info['superWx'] = imgUtil::groupImg($ghsShop->superWx);
|
|
|
+ $info['superWx'] = imgUtil::groupImg($ghsShop->superWx). "?x-oss-process=image/resize,m_fill,w_120";
|
|
|
}
|
|
|
|
|
|
$ghsMainId = $ghsShop->mainId ?? 0;
|