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';