Authored by htoooth

Merge remote-tracking branch 'origin/gray' into gray

{
"name": "yohobuy-node",
"version": "5.5.7",
"version": "5.5.8",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -61,7 +61,7 @@ module.exports = function(imageUrl, opts) {
} else {
query = 'imageView2/2/interlace/1/q/' + (params.q || 75);
}
return uri + '?' + query + '&imageslim';
return uri + '?' + query;
} else {
return imageUrl;
}
... ...
... ... @@ -66,7 +66,7 @@ module.exports = {
} else {
query = 'imageView2/2/interlace/1/q/' + (params.q || 75);
}
return uri + '?' + query + '&imageslim';
return uri + '?' + query;
} else {
return '';
}
... ...