Authored by zhangxiaoru

局部样式

... ... @@ -38,6 +38,7 @@ const index = (req, res, next) => {
pageHeader: headerModel.setNav({
navTitle: ''
}),
localCss: true,
categoryTab: isCate,
channel: result.channel ? result.channel : '',
brandList: result.brandList,
... ... @@ -63,6 +64,7 @@ const brandList = (req, res, next) => {
brandModel.brandListData(code, gender).then(result => {
res.render('brand/brand-list', {
layout: false,
localCss: true,
brandList: result.brandList
});
}).catch(next);
... ...
require('guang/brand-cate/brand-list.page.css');
var $ = require('yoho-jquery'),
Swiper = require('yoho-swiper2');
... ...
@import "index";
@import "layout/swiper";
... ...