Authored by ccbikai

yohood 问题修复

... ... @@ -178,9 +178,9 @@ const _getChannelList = () => {
list.channelList.push(channel);
}
if (_.toNumber(item.yhChannel) !== 5) {
if (_.toNumber(item.yhChannel) === 5) {
list.yohood.showYohood = true;
list.yohood.yohoodHref = 'http://yohood.cn';
list.yohood.yohoodHref = 'http://www.yohood.cn';
}
});
return Object.keys(list).length ? list : channelList;
... ...