code review by hf: do remove from cart count to int
Showing
1 changed file
with
0 additions
and
2 deletions
@@ -165,7 +165,6 @@ class IndexController extends AbstractAction | @@ -165,7 +165,6 @@ class IndexController extends AbstractAction | ||
165 | /* | 165 | /* |
166 | * 加价购页面 | 166 | * 加价购页面 |
167 | */ | 167 | */ |
168 | - | ||
169 | public function advanceBuyAction() | 168 | public function advanceBuyAction() |
170 | { | 169 | { |
171 | $this->setTitle('加价购'); | 170 | $this->setTitle('加价购'); |
@@ -184,7 +183,6 @@ class IndexController extends AbstractAction | @@ -184,7 +183,6 @@ class IndexController extends AbstractAction | ||
184 | /* | 183 | /* |
185 | * 获取购物车商品数据 | 184 | * 获取购物车商品数据 |
186 | */ | 185 | */ |
187 | - | ||
188 | public function goodinfoAction() | 186 | public function goodinfoAction() |
189 | { | 187 | { |
190 | $result = array(); | 188 | $result = array(); |
-
Please register or login to post a comment