Authored by shuaiguo

Merge branch 'refs/heads/develop'

... ... @@ -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": {
... ...