|
|
@@ -23,10 +23,11 @@ class ShopController extends BaseController
|
|
|
{
|
|
|
$shop = $this->shop;
|
|
|
$info = !empty($shop) ? $shop->attributes : [];
|
|
|
- $info['superWx'] = '';
|
|
|
if (isset($info['superWx'])) {
|
|
|
$superWx = $info['superWx'];
|
|
|
$info['superWx'] = imgUtil::groupImg($superWx) . "?x-oss-process=image/resize,m_fill,h_700,w_700";
|
|
|
+ } else {
|
|
|
+ $info['superWx'] = '';
|
|
|
}
|
|
|
util::success(['info' => $info]);
|
|
|
}
|