Authored by zhangxiaoru

editorial

... ... @@ -16,7 +16,7 @@ const index = (req, res, next) => {
// let gender = req.query.brand || 1;
editorialModel.getIndexData(type, pageNum, limit).then((result) => {
console.log()
console.log();
res.display('index', {
module: 'editorial',
page: 'index',
... ...