Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
8 years ago
Commit
2942841025ecf2cf907da19703a2869484ac5295
1 parent
138aadd0
add comment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
apps/home/router.js
apps/home/router.js
View file @
2942841
...
...
@@ -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);
...
...
Please
register
or
login
to post a comment