From ca2e38662a0524f24f83274383af6d3151dabd8d Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 3 Jul 2025 17:06:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/bind/myMain.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/bind/myMain.vue b/root/bind/myMain.vue index 2c27eb7..836c344 100644 --- a/root/bind/myMain.vue +++ b/root/bind/myMain.vue @@ -360,7 +360,7 @@ export default { // 绘制中间白色背景 that.G.roundRect1(ctx, (mycenter - canvas.width + 120 ) / 2, 280, (canvas.width - 120), (canvas.height - 360), 180, "#fff"); // 绘制关注发单号背景色 - that.G.roundRect1(ctx, (mycenter - 800 ) / 2, canvas.height - 300, 800, 136, 136, baseColor); + that.G.roundRect1(ctx, (mycenter - 800 ) / 2, canvas.height - 300, 800, 136, 135, baseColor); let qrTop = 1195 // 二维码左上角的 that.G.roundRect1(ctx, (mycenter - 600 ) / 2 - 5, qrTop, 136, 136, 80, baseColor);