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 {
*/
formatIndexGuideData(data) {
let channels = {
boys: {gender: '1,3', limit: 1},
girls: {gender: '2,3', limit: 1},
lifestyle: {msort: 10, misort: '266,280,101,103,259', limit: 1},
kids: {msort: 365, limit: 1}
boys: {yh_channel: 1, limit: 1},
girls: {yh_channel: 2, limit: 1},
lifestyle: {yh_channel: 4, limit: 1},
kids: {yh_channel: 3, limit: 1}
};
let formatData = [];
let promiseArr = [];
... ...