From 6604d7bfc197c406f67e96ac3c2f4705cd7fa5ee Mon Sep 17 00:00:00 2001 From: wanganxp Date: Tue, 12 Dec 2023 14:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=89=88=E6=9C=AC=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/share/share.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/template/share/share.uvue b/pages/template/share/share.uvue index 00ac3ade..7b95599a 100644 --- a/pages/template/share/share.uvue +++ b/pages/template/share/share.uvue @@ -34,7 +34,7 @@ const intent = new Intent(Intent.ACTION_SEND) intent.setType("image/*"); let file = new File(res.tempFilePath) - const uri = UTSAndroid.getFileProviderUri(file) + const uri = UTSAndroid.getFileProviderUri(file) //3.99支持 intent.putExtra(Intent.EXTRA_STREAM, uri); context.startActivity(Intent.createChooser(intent, "分享到")); }, -- GitLab