From fe865bed5821a6e2a4256c85de91fbdac1ab912d Mon Sep 17 00:00:00 2001 From: shijing Date: Sat, 7 May 2022 15:22:52 +0800 Subject: [PATCH] 0507 --- hb_client/src/components/customForm/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hb_client/src/components/customForm/index.vue b/hb_client/src/components/customForm/index.vue index 535e668..d15dcc0 100644 --- a/hb_client/src/components/customForm/index.vue +++ b/hb_client/src/components/customForm/index.vue @@ -133,7 +133,7 @@
- +
@@ -435,7 +435,6 @@ //画布添加背景模板图 draw(){ let canvasImg = document.getElementById("canvasImg"); - canvasImg.src = encodeURI(this.img); canvasImg.setAttribute("crossOrigin",'anonymous'); canvasImg.style.width = '500px'; canvasImg.style.height = '300px';