Showing
1 changed file
with
2 additions
and
0 deletions
@@ -46,6 +46,8 @@ class IndexController extends WebAction | @@ -46,6 +46,8 @@ class IndexController extends WebAction | ||
46 | $result['shopTemplateType'] = $shopIntro['shopTemplateType']; | 46 | $result['shopTemplateType'] = $shopIntro['shopTemplateType']; |
47 | $result['multBrandShopType'] = $shopIntro['multBrandShopType']; | 47 | $result['multBrandShopType'] = $shopIntro['multBrandShopType']; |
48 | $result['shopId'] = $shopIntro['shopId']; | 48 | $result['shopId'] = $shopIntro['shopId']; |
49 | + $result['brandNameEn'] = ''; | ||
50 | + $result['brandNameCn'] = $shopIntro['brandName']; | ||
49 | break; | 51 | break; |
50 | } | 52 | } |
51 | $this->shopHome($shopId); | 53 | $this->shopHome($shopId); |
-
Please register or login to post a comment