Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | ); |
-
Please register or login to post a comment