Authored by shuaiguo

fix(product-detail): 商品详情页资源位被压缩 reviewed by 邱俊

... ... @@ -497,7 +497,7 @@ export default {
this._resourceImgWatcher = null;
}
},
sizeImg(src, width = 720, height = 144) {
sizeImg(src, width = 720, height = 288) {
if (src) {
return getImgUrl(src, width, height);
}
... ...
{
"name": "xianyu-ufo-app-web",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"description": "Xianyu Project With Express",
"repository": {
... ...