Authored by yyq

main product

... ... @@ -30,11 +30,11 @@ router.get('/sale/newSale', sale.newSale); // 最新降价
router.get('/sale/goods', sale.getGoodsList); // ajax 获取商品列表
// 奥特莱斯routers
router.get('/outlets', outlets.index);
router.get('/outlets/index', outlets.index);
router.get('/outlets/special/detail', outlets.special);
router.get('/outlets', outlets.index); // 奥莱首页
router.get('/outlets/index', outlets.index); // 奥莱首页
router.get('/outlets/special/detail', outlets.special); // 奥莱活动页
router.get('/outlets/list', outlets.list); // 奥莱品类页
router.get('/outlets/:channel', outlets.channel);
router.get('/outlets/:channel', outlets.channel); // 奥莱频道页
// 商品列表页
... ...
{{# goodsBoard}}
<div class="main-product">
<div id="otspool" class="main-product">
{{> common/goods-menu}}
<div class="sort-layer">
... ... @@ -25,8 +25,8 @@
{{/ list}}
</div>
</div>
{{/ goodsBoard}}
<div class="product-pager clearfix">
<span class="total">{{{total}}}</span>
<div class="pager">{{{pager}}}</div>
</div>
\ No newline at end of file
<div class="product-pager clearfix">
<span class="total">{{{total}}}</span>
<div class="pager">{{{pager}}}</div>
</div>
{{/ goodsBoard}}
\ No newline at end of file
... ...