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);