Authored by htoooth

add comment

@@ -233,11 +233,17 @@ router.get('/favorite', [getCommonHeader, getHomeNav], @@ -233,11 +233,17 @@ router.get('/favorite', [getCommonHeader, getHomeNav],
233 // 品牌页新品到着 233 // 品牌页新品到着
234 router.get('/favorite/newproduct', favoriteController.newProduct); 234 router.get('/favorite/newproduct', favoriteController.newProduct);
235 235
  236 +// 降价提醒
236 router.get('/favorite/reduction', [getCommonHeader, getHomeNav], 237 router.get('/favorite/reduction', [getCommonHeader, getHomeNav],
237 favoriteController.reduction); 238 favoriteController.reduction);
238 239
  240 +// 设置降价提醒
239 router.get('/favorite/notice', favoriteController.notice); 241 router.get('/favorite/notice', favoriteController.notice);
  242 +
  243 +// 取消降价提醒
240 router.get('/favorite/cancelnotice', favoriteController.cancelNotice); 244 router.get('/favorite/cancelnotice', favoriteController.cancelNotice);
  245 +
  246 +// 取消收藏
241 router.get('/favorite/cancel', favoriteController.cancel); 247 router.get('/favorite/cancel', favoriteController.cancel);
242 248
243 // router.get('/coupons', CouponsController.index); 249 // router.get('/coupons', CouponsController.index);