Authored by 郭成尧

'店铺介绍'

... ... @@ -125,7 +125,7 @@ class IndexController extends WebAction
$data['shopBanner'] = array(
'banner' => $result['shopBanner'],
'shopHome' => Helpers::url('', array('shopId' => $result['shopId']), $domain),
'shopIntro' => Helpers::url('/aboutShop', array('shopId' => $result['shopId'])),
'shopIntro' => Helpers::url('aboutShop', array('shopId' => $result['shopId'])),
'coled' => $shopIntro['isFavorite'],
'shopId' => $result['shopId']
);
... ...