Authored by 郭成尧

'店铺介绍'

... ... @@ -276,7 +276,7 @@ class IndexController extends WebAction
'shopBanner' => array(
'banner' => $basisData['shopTopBanner_base']['banner'], // 2600x150
'shopHome' => Helpers::url('/', array('shopId' => $shopId), $domain),
'shopIntro' => Helpers::url('/aboutShop', array('shopId' => $shopId)),
'shopIntro' => Helpers::url('/aboutShop', array('shopId' => $shopId), $domain),
'coled' => $shopIntro['isFavorite'],
'shopId' => $shopId
),
... ...
... ... @@ -40,6 +40,13 @@ routes.brandabout.route.module = Product
routes.brandabout.route.controller = Index
routes.brandabout.route.action = About
;aboutShop(品牌介绍)
routes.brandabout.type = "rewrite"
routes.brandabout.match = "/aboutShop"
routes.brandabout.route.module = Product
routes.brandabout.route.controller = Index
routes.brandabout.route.action = aboutShop
; 商品详情
routes.item.type = "regex"
routes.item.match = "#/product/pro_([0-9]+)_([0-9]+)/(.*)#"
... ...