@@ -1,58 +0,0 @@ 微信小程序-分享 | 凤凰涅槃进阶之路

微信小程序-分享

Abel sun2022年12月24日约 70 字小于 1 分钟

微信小程序-分享

1. 实现

使用open-type 的开放能力

  • 点击 share 分享按钮时会触发 onShareAppMessage
<button size="mini" open-type="share">分享</button>

js代码

//发送给朋友
			onShareAppMessage(res) {
				return {
					title: '领取你的专属福利',
					path: '/pages/distribution/exchange?code=123'
				}
			},
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.9.1