|
|
@@ -204,7 +204,7 @@ export default {
|
|
|
|
|
|
// 小程序码
|
|
|
this.roundRect(ctx,(width - 340) / 2, 340,340, 340,16)
|
|
|
- ctx.drawImage(code.path, (width - 340) / 2, 340, 340, 340);
|
|
|
+ ctx.drawImage(code.path, (width - 340) / 2+30, 340+30, 290, 290);
|
|
|
ctx.restore()
|
|
|
ctx.save();
|
|
|
|