...
|
...
|
@@ -46,6 +46,8 @@ class IndexController extends WebAction |
|
|
$result['shopTemplateType'] = $shopIntro['shopTemplateType'];
|
|
|
$result['multBrandShopType'] = $shopIntro['multBrandShopType'];
|
|
|
$result['shopId'] = $shopIntro['shopId'];
|
|
|
$result['brandNameEn'] = '';
|
|
|
$result['brandNameCn'] = $shopIntro['brandName'];
|
|
|
break;
|
|
|
}
|
|
|
$this->shopHome($shopId);
|
...
|
...
|
|