Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -71,7 +71,7 @@ module.exports = class extends global.yoho.BaseModel { | @@ -71,7 +71,7 @@ module.exports = class extends global.yoho.BaseModel { | ||
| 71 | return o.template_name !== 'single_image'; | 71 | return o.template_name !== 'single_image'; |
| 72 | }); | 72 | }); |
| 73 | 73 | ||
| 74 | - resData.popImgSrc = _.get(sourceData, '[0].data[0].src', ''); | 74 | + resData.popImgSrc = _.head(_.split(_.get(sourceData, '[0].data[0].src', ''), '?')); |
| 75 | } | 75 | } |
| 76 | 76 | ||
| 77 | return resData; | 77 | return resData; |
-
Please register or login to post a comment