Showing
1 changed file
with
1 additions
and
0 deletions
@@ -97,6 +97,7 @@ class Bootstrap extends Bootstrap_Abstract | @@ -97,6 +97,7 @@ class Bootstrap extends Bootstrap_Abstract | ||
97 | break; | 97 | break; |
98 | case 'shop': | 98 | case 'shop': |
99 | $module = 'Shop'; | 99 | $module = 'Shop'; |
100 | + $controller = 'Settled'; | ||
100 | break; | 101 | break; |
101 | case 'item'://商品详情页 | 102 | case 'item'://商品详情页 |
102 | $module = 'Product'; | 103 | $module = 'Product'; |
-
Please register or login to post a comment