...
|
...
|
@@ -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']
|
|
|
);
|
...
|
...
|
|