diff --git a/pages/person/index.vue b/pages/person/index.vue index 3e517f8..4fb1207 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -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(); }; },