Showing
1 changed file
with
1 additions
and
1 deletions
@@ -109,7 +109,7 @@ function fetchProductList(activityInfo, uid) { | @@ -109,7 +109,7 @@ function fetchProductList(activityInfo, uid) { | ||
109 | * [秒杀列表页面] | 109 | * [秒杀列表页面] |
110 | */ | 110 | */ |
111 | const index = (req, res, next) => { | 111 | const index = (req, res, next) => { |
112 | - let focusTime = Number.parseInt(req.query.t, 10) || 0; | 112 | + let focusTime = Number.parseInt(req.query.time, 10) || 0; |
113 | let headerData = headerModel.setNav({ | 113 | let headerData = headerModel.setNav({ |
114 | navTitle: '秒杀活动', | 114 | navTitle: '秒杀活动', |
115 | navBtn: true, | 115 | navBtn: true, |
-
Please register or login to post a comment