|
|
@@ -64,6 +64,8 @@ Page({ |
|
|
|
this.getQrcodeFx(ctx, scale) |
|
|
|
this.getMallInfo(ctx, scale) |
|
|
|
this.getUserInfo(ctx, scale) |
|
|
|
ctx.setFillStyle("#fff"); |
|
|
|
ctx.fillRect(0, 0, this.data.windowWidth, this.data.windowHeight); |
|
|
|
this.drawNormalText(ctx, " 向您推荐", 70 * scale, 35 * scale, 16 * scale, "#848484", "left", "middle", scale); |
|
|
|
this.drawNormalText(ctx, "长按二维码识别", 180 * scale, 360 * scale, 16 * scale, "#000", "left", "middle") |
|
|
|
this.drawNormalText(ctx, "尽享更多优惠活动!", 170 * scale, 390 * scale, 16 * scale, "#000", "left", "middle") |
|
|
|