Showing
7 changed files
with
49 additions
and
4 deletions
web-static/sass/_pager.scss
0 → 100644
@@ -310,7 +310,6 @@ class IndexController extends AbstractAction | @@ -310,7 +310,6 @@ class IndexController extends AbstractAction | ||
310 | 'curPage' => 1, | 310 | 'curPage' => 1, |
311 | 'pageCount' => 30, | 311 | 'pageCount' => 30, |
312 | 'nextHref' => 'hello' | 312 | 'nextHref' => 'hello' |
313 | - ) | ||
314 | ), | 313 | ), |
315 | 'goods' => array( | 314 | 'goods' => array( |
316 | 0 => array( | 315 | 0 => array( |
@@ -371,7 +370,10 @@ class IndexController extends AbstractAction | @@ -371,7 +370,10 @@ class IndexController extends AbstractAction | ||
371 | 'name' => 'adidas Originals FORUM 中帮拼色休闲板鞋', | 370 | 'name' => 'adidas Originals FORUM 中帮拼色休闲板鞋', |
372 | 'salePrice' => '899' | 371 | 'salePrice' => '899' |
373 | ) | 372 | ) |
374 | - ) | 373 | + ), |
374 | + 'totalCount' => '2273', | ||
375 | + 'pager' => '<a href="" class="cur"><span>1</span></a><a href=""><span>2</span></a><a href="" title="下一页">下一页<span class="ifont10">></span></a>' | ||
376 | + ), | ||
375 | ); | 377 | ); |
376 | $this->_view->display('search', $data); | 378 | $this->_view->display('search', $data); |
377 | } | 379 | } |
@@ -892,7 +894,10 @@ class IndexController extends AbstractAction | @@ -892,7 +894,10 @@ class IndexController extends AbstractAction | ||
892 | 'num' => '5' | 894 | 'num' => '5' |
893 | ) | 895 | ) |
894 | ) | 896 | ) |
895 | - ) | 897 | + ), |
898 | + 'totalCount' => '2259', | ||
899 | + 'pager' => '<a href="" class="cur"><span>1</span></a><a href=""><span>2</span></a><a href="" title="下一页">下一页<span class="ifont10">></span></a>' | ||
900 | + | ||
896 | ) | 901 | ) |
897 | ); | 902 | ); |
898 | $this->_view->display('list', $data); | 903 | $this->_view->display('list', $data); |
-
Please register or login to post a comment