Authored by unknown

公用header支持配置颜色

@@ -6,7 +6,8 @@ @@ -6,7 +6,8 @@
6 6
7 module.exports = { 7 module.exports = {
8 header: { 8 header: {
9 - title: '商品分类' 9 + title: '商品分类',
  10 + bgColor: '#fd307f'
10 }, 11 },
11 searchUrl: 'www.baidu.com', 12 searchUrl: 'www.baidu.com',
12 cateNav: { 13 cateNav: {
1 {{# header}} 1 {{# header}}
2 -<div id="header" class="header clearfix"> 2 +<div id="header" class="header clearfix" style="background:{{bgColor}}">
3 <a class="icon-back iconfont" href="javascript:history.go(-1);">&#xe610;</a> 3 <a class="icon-back iconfont" href="javascript:history.go(-1);">&#xe610;</a>
4 {{title}} 4 {{title}}
5 <a class="icon-home iconfont" href="http://m.yohobuy.com">&#xe611;</a> 5 <a class="icon-home iconfont" href="http://m.yohobuy.com">&#xe611;</a>