From 180b4cf0b07156c037a71a874b00d7b0c98c7f82 Mon Sep 17 00:00:00 2001 From: huqi Date: Thu, 8 Jul 2021 01:32:11 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AD=A3=E6=96=87=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8seal=E6=96=B9=E6=B3=95=E7=9A=84API=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 40e1d5d9ed53f535309140166828cb0a379dcaab) --- o2web/source/x_component_process_Xform/Documenteditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/x_component_process_Xform/Documenteditor.js b/o2web/source/x_component_process_Xform/Documenteditor.js index 48b443b64b..670950c673 100644 --- a/o2web/source/x_component_process_Xform/Documenteditor.js +++ b/o2web/source/x_component_process_Xform/Documenteditor.js @@ -672,7 +672,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla * * @param src{String} 盖章图片的url. * @param position{integer} 要盖章的位置, 默认为0. * @example - * this.form.get("documenteditor").seal(0, "../custom/img/seal.png"); //在第一个盖章位置进行模拟盖章 + * this.form.get("documenteditor").seal("../custom/img/seal.png", 0); //在第一个盖章位置进行模拟盖章 */ seal: function(src, position){ var p = position || 0; -- GitLab