Showing
1 changed file
with
1 additions
and
1 deletions
@@ -112,7 +112,7 @@ const _processIndexData = (dataList) => { | @@ -112,7 +112,7 @@ const _processIndexData = (dataList) => { | ||
112 | formatData.starAvatar.push({ | 112 | formatData.starAvatar.push({ |
113 | // noLazy: index < 6, | 113 | // noLazy: index < 6, |
114 | url: url, | 114 | url: url, |
115 | - cover: data.cover ? (data.cover + '?imageView2/2/w/180/h/180') : data.cover | 115 | + cover: data.cover ? (data.cover + '?imageView2/2/w/180/h/180/q/90').replace('http:', '') : data.cover.replace('http:', '') |
116 | }); | 116 | }); |
117 | }); | 117 | }); |
118 | } | 118 | } |
-
Please register or login to post a comment