Showing
1 changed file
with
2 additions
and
1 deletions
@@ -893,7 +893,8 @@ const _getDetailDataBySizeInfo = (sizeInfo) => { | @@ -893,7 +893,8 @@ const _getDetailDataBySizeInfo = (sizeInfo) => { | ||
893 | 'data-original=', | 893 | 'data-original=', |
894 | '<img border="0" src=': '<img border="0" class="lazy img-responsive" width="720" height="200" ' + | 894 | '<img border="0" src=': '<img border="0" class="lazy img-responsive" width="720" height="200" ' + |
895 | 'src="data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw==" ' + | 895 | 'src="data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw==" ' + |
896 | - 'data-original=' | 896 | + 'data-original=', |
897 | + '.jpg"': '.jpg?imageslim"' | ||
897 | }; | 898 | }; |
898 | 899 | ||
899 | let intro = _.get(sizeInfo, 'productIntroBo.productIntro', ''); | 900 | let intro = _.get(sizeInfo, 'productIntroBo.productIntro', ''); |
-
Please register or login to post a comment