Authored by 李奇

拼团首页路由添加

... ... @@ -367,5 +367,6 @@ router.post('/yoluck/detail/mylist.html', yoluck.getActivityCodeList);
// 拼团
router.get('/group', group.index); // 拼团首页
router.get('/group/progress', auth, group.progress); // 拼团详情页
module.exports = router;
... ...
... ... @@ -9,5 +9,5 @@
{{/ifcond}}
{{/each}}
</div>
<div class="bottom">我的拼团</div>
<a class="bottom" href="/activity/group/progress">我的拼团</a>
</div>
... ...