分享,弹窗原生拉起
url
String
Y
-
title
// 显示分享视图 this.$bridge.showShareView({ url: 'https://example.com/share', title: '分享标题' }).then(res => { console.log(res) })
← showSharePanel isTabletDevice →