Showing
1 changed file
with
2 additions
and
2 deletions
@@ -178,9 +178,9 @@ const _getChannelList = () => { | @@ -178,9 +178,9 @@ const _getChannelList = () => { | ||
178 | list.channelList.push(channel); | 178 | list.channelList.push(channel); |
179 | } | 179 | } |
180 | 180 | ||
181 | - if (_.toNumber(item.yhChannel) !== 5) { | 181 | + if (_.toNumber(item.yhChannel) === 5) { |
182 | list.yohood.showYohood = true; | 182 | list.yohood.showYohood = true; |
183 | - list.yohood.yohoodHref = 'http://yohood.cn'; | 183 | + list.yohood.yohoodHref = 'http://www.yohood.cn'; |
184 | } | 184 | } |
185 | }); | 185 | }); |
186 | return Object.keys(list).length ? list : channelList; | 186 | return Object.keys(list).length ? list : channelList; |
-
Please register or login to post a comment