Authored by ccbikai(👎🏻🍜)

Merge remote-tracking branch 'origin/hotfix/starImage'

... ... @@ -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:', '')
});
});
}
... ...