Authored by yyq

imageslim

... ... @@ -311,6 +311,8 @@ const getGlobalProductDetailData = (skn, channelNum, channel) => {
if (html) {
html = html.replace(/http:/ig, '');
html = html.replace(/\.jpg\"/ig, '.jpg?imageslim"');
html = html.replace(/\.png\"/ig, '.png?imageslim"');
}
}
... ...