This commit is contained in:
xiaoyu
2023-10-06 16:22:57 +08:00
parent d25383b537
commit a6eef36da2
+1 -1
View File
@@ -134,7 +134,7 @@
codeimg.setAttribute("crossOrigin",'Anonymous')//如果二维码图片域名跨域,则保留此代码
codeimg.src = that.list[that.activeIndex].code
codeimg.onload = function () {
ctx.fillStyle="#fff";
ctx.fillStyle="#000";
ctx.textAlign="center";
ctx.font="22px Georgia";
ctx.fillText(that.posterTip,that.canW/2,that.canH-34,);