微信小程序分享转发
程序员文章站
2022-06-15 15:36:37
...
小程序右上角有三个点,当点击时,底部会出现转发
/**
* 分享转发
*/
onShareAppMessage:function(){
return{
title:'hello',
path:'pages/index/index'//分享的页面地址
}
}
})
相关文档说明
上一篇: ELK应用之Filebeat