Authored by biao

update for channel page. code review by HongFei

... ... @@ -1375,9 +1375,7 @@
'entitle' : 'LIFESTYLE',
}
],
'yohoodChannel' : {
show: true/false,
href: '/yohood'
}
'showYohood' : true/false,
'yohoodHref' : '/yohood'
}
... ...
... ... @@ -23,7 +23,7 @@
<a href="{{href}}" class="list-item">{{title}} <span class="lighter">{{entitle}}</span> <span class="iconfont right-icon">&#xe614;</span></a>
{{/channelList}}
{{#showYohood}}
<a href="/yohood" id="yohood" class="list-item"> <span class="iconfont right-icon">&#xe614;</span></a>
<a href="{{yohoodHref}}" id="yohood" class="list-item"> <span class="iconfont right-icon">&#xe614;</span></a>
{{/showYohood}}
</div>
</div>
... ...