diff --git a/pages/person/index.vue b/pages/person/index.vue index 066baa0..1697f7d 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, 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(); }; },