Authored by 陈峰

Merge branch 'hotfix/channelChoose' into 'gray'

Hotfix/channel choose



See merge request !274
@@ -1055,10 +1055,10 @@ module.exports = class extends global.yoho.BaseModel { @@ -1055,10 +1055,10 @@ module.exports = class extends global.yoho.BaseModel {
1055 */ 1055 */
1056 formatIndexGuideData(data) { 1056 formatIndexGuideData(data) {
1057 let channels = { 1057 let channels = {
1058 - boys: {gender: '1,3', limit: 1},  
1059 - girls: {gender: '2,3', limit: 1},  
1060 - lifestyle: {msort: 10, misort: '266,280,101,103,259', limit: 1},  
1061 - kids: {msort: 365, limit: 1} 1058 + boys: {yh_channel: 1, limit: 1},
  1059 + girls: {yh_channel: 2, limit: 1},
  1060 + lifestyle: {yh_channel: 4, limit: 1},
  1061 + kids: {yh_channel: 3, limit: 1}
1062 }; 1062 };
1063 let formatData = []; 1063 let formatData = [];
1064 let promiseArr = []; 1064 let promiseArr = [];