Closed dongqiusheng closed 6 days ago
使用useShare配置微信分享不生效
感谢反馈,已处理,拉下最新代码试试。 使用示例如下
const { onShareAppMessage, onShareTimeline } = useShare({ title: '首页', path: 'pages/tab/home/index', imageUrl: '', }); onShareAppMessage(); onShareTimeline();
使用useShare配置微信分享不生效