Authored by 杨延青

Merge branch 'feature/yoluckShare' into 'release/0110'

thumb handle



See merge request !1662
... ... @@ -478,6 +478,9 @@ class YoLuckService extends global.yoho.BaseModel {
if (value.user_thumb.indexOf('headimg') > 0) {
value.user_thumb = nearAvatar;
} else {
if (value.user_thumb.indexOf('?') > 0) {
value.user_thumb = _.split(value.user_thumb, '?')[0] + '?imageView2/2/w/70/h/70/q/60';
}
nearAvatar = value.user_thumb;
}
... ...