Authored by 陈轩

fix

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