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