Authored by shuaiguo

Merge branch 'refs/heads/develop'

@@ -497,7 +497,7 @@ export default { @@ -497,7 +497,7 @@ export default {
497 this._resourceImgWatcher = null; 497 this._resourceImgWatcher = null;
498 } 498 }
499 }, 499 },
500 - sizeImg(src, width = 720, height = 144) { 500 + sizeImg(src, width = 720, height = 288) {
501 if (src) { 501 if (src) {
502 return getImgUrl(src, width, height); 502 return getImgUrl(src, width, height);
503 } 503 }
1 { 1 {
2 "name": "xianyu-ufo-app-web", 2 "name": "xianyu-ufo-app-web",
3 - "version": "1.2.0", 3 + "version": "1.2.1",
4 "private": true, 4 "private": true,
5 "description": "Xianyu Project With Express", 5 "description": "Xianyu Project With Express",
6 "repository": { 6 "repository": {