diff --git a/pages/template/share/share.uvue b/pages/template/share/share.uvue index 00ac3adec62fdcd322a894b8866231b7c06fda76..7b95599a23718d79810cf88551d0d4b06c60e249 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, "分享到")); },