Authored by 郭成尧

'base-shop-error'

@@ -421,7 +421,7 @@ class ListModel @@ -421,7 +421,7 @@ class ListModel
421 421
422 //店铺使用基础模板,返回品牌页面 422 //店铺使用基础模板,返回品牌页面
423 if (isset($data['shopInfo']['shop_template_type']) && $data['shopInfo']['shop_template_type'] == 1) { 423 if (isset($data['shopInfo']['shop_template_type']) && $data['shopInfo']['shop_template_type'] == 1) {
424 - return array('goBrand' => $data['shopInfo']['data']); 424 + return array('goBrand' => $data['shopInfo']);
425 } 425 }
426 //店铺分类 426 //店铺分类
427 $channel = empty($_GET['yh_channel']) ? Helpers::getChannelByCookie() : $_GET['yh_channel']; 427 $channel = empty($_GET['yh_channel']) ? Helpers::getChannelByCookie() : $_GET['yh_channel'];