From 4a3d122122213fcaa55dab9b91b4fe8c2f78dec6 Mon Sep 17 00:00:00 2001 From: hdx Date: Tue, 26 Nov 2024 15:27:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(UniCanvasElement):=20Url=20=E9=87=8D?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E4=B8=BA=20URL=20=E5=90=8E=E6=9C=AA=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=AF=BC=E8=87=B4=E7=94=9F=E6=88=90=E6=97=B6=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/dom/unicanvaselement.md | 39 +++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/docs/dom/unicanvaselement.md b/docs/dom/unicanvaselement.md index c5f55fdc..3f656719 100644 --- a/docs/dom/unicanvaselement.md +++ b/docs/dom/unicanvaselement.md @@ -61,26 +61,41 @@ - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + +**注意事项** +- toDataURL方法在 App-Android 平台暂不支持在页面的onLoad和组件的onMount生命周期中调用 -- GitLab