小程序按钮分享
<button open-type='share'>分享给我的好友</button>
js里面
···
如果分享当前页面,则直接写个空函数即可,如果需要在其他页面分享其他页面,则需要在里面配置参数
onShareAppMessage(){
return {
title: 'button',
path
小程序按钮分享
<button open-type='share'>分享给我的好友</button>
js里面
···
如果分享当前页面,则直接写个空函数即可,如果需要在其他页面分享其他页面,则需要在里面配置参数
onShareAppMessage(){
return {
title: 'button',
path