This commit is contained in:
xiaoyu
2024-03-09 10:47:40 +08:00
parent 6c9b14104a
commit 6a60ad9379
+1 -1
View File
@@ -137,7 +137,7 @@
codeimg.onload = function () {
ctx.fillStyle=that.fillStyle;
ctx.textAlign="center";
ctx.font="24px Georgia";
ctx.font="26px Georgia";
ctx.fillText(that.posterTip,that.canW/2,that.canH-34,);
ctx.drawImage(codeimg,that.canW-200, that.canH-240, 160, 160)
setTimeout(function () {