Showing
1 changed file
with
2 additions
and
0 deletions
@@ -311,6 +311,8 @@ const getGlobalProductDetailData = (skn, channelNum, channel) => { | @@ -311,6 +311,8 @@ const getGlobalProductDetailData = (skn, channelNum, channel) => { | ||
311 | 311 | ||
312 | if (html) { | 312 | if (html) { |
313 | html = html.replace(/http:/ig, ''); | 313 | html = html.replace(/http:/ig, ''); |
314 | + html = html.replace(/\.jpg\"/ig, '.jpg?imageslim"'); | ||
315 | + html = html.replace(/\.png\"/ig, '.png?imageslim"'); | ||
314 | } | 316 | } |
315 | } | 317 | } |
316 | 318 |
-
Please register or login to post a comment