uni.share({
provider: 'weixin', // 分享服务提供商(即weixin|qq|sinaweibo)
scene: "WXSceneSession", //分享到聊天界面
type: 5, //分享形式 5:小程序
imageUrl: 'https://img-cdn-qiniu.dcloud.net.cn/uniapp/app/share-logo@3.spng',//官方规定分享图比例是5:4,其它尺寸可能显示不全。
title: '平台推荐优选律师,点击快速提问!',
miniProgram: {
id: 'gh_1e9039dd7a76', //微信小程序原始id
path: `/pages/tabbar/index?lawerId=${this.lawerId}&&type=律师`, //点击链接进入的页面
type: 0, //微信小程序版本类型,可取值: 0-正式版; 1-测试版; 2-体验版。 默认值为0。
webUrl: 'http://uniapp.dcloud.io' //兼容低版本的网页链接
},
success: ret => {
console.log(JSON.stringify(ret));
}
})