From 72f7954a92725413dc30ff62bae8786f7edf6e65 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Mon, 1 Jun 2026 17:09:30 +0800 Subject: [PATCH] no message --- pages/person/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/person/index.vue b/pages/person/index.vue index 1697f7d..3e517f8 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, 150, 150, 0); + that.G.roundRect(ctx, img, 20, 20, 180, 180, 50); resolve(); }; }, @@ -967,7 +967,7 @@ export default { const img = canvas.createImage(); img.src = res.tempFilePath; img.onload = () => { - that.G.roundRect(ctx, img, 20, 20, 150, 150, 0); + that.G.roundRect(ctx, img, 20, 20, 180, 180, 50); resolve(); }; },