Authored by 毕凯

修改活动页面

... ... @@ -19,7 +19,7 @@ exports.special = (req, res) => {
res.render('special', _.merge({
module: 'activity',
page: 'activity',
page: 'special'
}, headerData, result[1]));
}).catch((err) => {
res.send(err);
... ...
... ... @@ -80,4 +80,4 @@ if (isProduction) {
retries: 0
}
});
}
\ No newline at end of file
}
... ...
This diff could not be displayed because it is too large.