...
|
...
|
@@ -47,7 +47,7 @@ let _channelPage = (req, res, data) => { |
|
|
*/
|
|
|
let index = (req, res, next) => {
|
|
|
channelModel.getChannelSwitchData().then((result) => {
|
|
|
res.render('index', {
|
|
|
res.render('channel-index', {
|
|
|
module: 'channel',
|
|
|
page: 'index',
|
|
|
title: 'Yoho!Buy 有货',
|
...
|
...
|
|