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