Authored by biao

update

... ... @@ -14,13 +14,13 @@ const willEndActivity = {
type: 2,
template: 'outlet/will-end',
page: 'outlet-will-end'
}
};
const willStartActivity = {
type: 3,
template: 'outlet/will-start',
page: 'outlet-will-start'
}
};
// 奥莱首页控制器
exports.index = (req, res, next) => {
... ...