no message

cyl/job_im
jscyl13849007907 1 week ago
parent 5a418dec47
commit c8a8a8fae1

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

Loading…
Cancel
Save