Authored by 郭成尧

'店铺介绍'

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