Authored by 陈轩

fix

@@ -185,6 +185,7 @@ const index = (req, res, next) => { @@ -185,6 +185,7 @@ const index = (req, res, next) => {
185 } 185 }
186 } else { // 大于这个时间段但是后面没有秒抢时间端了,则依然显示抢购中 186 } else { // 大于这个时间段但是后面没有秒抢时间端了,则依然显示抢购中
187 activity.now = true; 187 activity.now = true;
  188 + focusIndex || (activity.focus = true);
188 } 189 }
189 } else { 190 } else {
190 activity.wait = true; 191 activity.wait = true;
@@ -8,7 +8,6 @@ @@ -8,7 +8,6 @@
8 const helpers = global.yoho.helpers; 8 const helpers = global.yoho.helpers;
9 9
10 module.exports = (req, res, next) => { 10 module.exports = (req, res, next) => {
11 - console.log('....');  
12 if (!req.user.uid) { 11 if (!req.user.uid) {
13 if (req.xhr) { 12 if (req.xhr) {
14 return res.json({ 13 return res.json({