no message

cyl/job_im
jscyl13849007907 1 week ago
parent 72f7954a92
commit adde3fa94b

@ -660,7 +660,7 @@ export default {
const img = canvas.createImage(); const img = canvas.createImage();
img.src = res.tempFilePath; img.src = res.tempFilePath;
img.onload = () => { img.onload = () => {
that.G.roundRect(ctx, img, 20, 20, 180, 180, 50); that.G.roundRect(ctx, img, 20, 20, 180, 180, 90);
resolve(); resolve();
}; };
}, },
@ -967,7 +967,7 @@ export default {
const img = canvas.createImage(); const img = canvas.createImage();
img.src = res.tempFilePath; img.src = res.tempFilePath;
img.onload = () => { img.onload = () => {
that.G.roundRect(ctx, img, 20, 20, 180, 180, 50); that.G.roundRect(ctx, img, 20, 20, 180, 180, 90);
resolve(); resolve();
}; };
}, },

Loading…
Cancel
Save