Authored by 王水玲

星潮教室图片不显示问题修改

... ... @@ -112,7 +112,7 @@ const _processIndexData = (dataList) => {
formatData.starAvatar.push({
// noLazy: index < 6,
url: url,
cover: data.cover ? (data.cover + '?imageView2/2/w/180/h/180') : data.cover
cover: data.cover ? (data.cover + '?imageView2/2/w/180/h/180/q/90').replace('http:', '') : data.cover.replace('http:', '')
});
});
}
... ...