code review by fei.hong: do fixes bug to product brand shops show images
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -17,7 +17,7 @@ class IndexController extends WebAction | @@ -17,7 +17,7 @@ class IndexController extends WebAction | ||
17 | public function brandAction() | 17 | public function brandAction() |
18 | { | 18 | { |
19 | //品牌域名,没有获取到品牌域名的跳转首页 | 19 | //品牌域名,没有获取到品牌域名的跳转首页 |
20 | - $domain = $this->param('named', 'ablejeans'); | 20 | + $domain = $this->param('named'); |
21 | if (empty($domain)) { | 21 | if (empty($domain)) { |
22 | $this->go(SITE_MAIN); | 22 | $this->go(SITE_MAIN); |
23 | } | 23 | } |
-
Please register or login to post a comment