...
|
...
|
@@ -233,11 +233,17 @@ router.get('/favorite', [getCommonHeader, getHomeNav], |
|
|
// 品牌页新品到着
|
|
|
router.get('/favorite/newproduct', favoriteController.newProduct);
|
|
|
|
|
|
// 降价提醒
|
|
|
router.get('/favorite/reduction', [getCommonHeader, getHomeNav],
|
|
|
favoriteController.reduction);
|
|
|
|
|
|
// 设置降价提醒
|
|
|
router.get('/favorite/notice', favoriteController.notice);
|
|
|
|
|
|
// 取消降价提醒
|
|
|
router.get('/favorite/cancelnotice', favoriteController.cancelNotice);
|
|
|
|
|
|
// 取消收藏
|
|
|
router.get('/favorite/cancel', favoriteController.cancel);
|
|
|
|
|
|
// router.get('/coupons', CouponsController.index);
|
...
|
...
|
|