shareFriend: function() {
//分享到微信朋友
uni.share({
provider: "weixin",
scene: "WXSceneSession",
type: 0,
href: 'http://192.168.3.46:8080/#/pages/index/marker?id=' + this.id,
title: "你笑起来真好看",
summary: "唐艺昕,你有火吗?没有,为何你点燃了我的心?",
imageUrl: "/static/image/wx.png",
success: function(res) {undefined
console.log("success:" + JSON.stringify(res));
},
fail: function(err) {undefined
console.log("fail:" + JSON.stringify(err));
}
});
},
- 发布:2022-03-04 11:39
- 更新:2022-03-04 15:52
- 阅读:1674
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 3.3.11
手机系统: Android
手机系统版本号: Android 10
手机厂商: 红米
手机机型: note 9
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
shareFriend: function() {
//分享到微信朋友
uni.share({
provider: "weixin",
scene: "WXSceneSession",
type: 0,
href: 'http://192.168.3.46:8080/#/pages/index/marker?id=' + this.id,
title: "你笑起来真好看",
summary: "唐艺昕,你有火吗?没有,为何你点燃了我的心?",
imageUrl: "/static/image/wx.png",
success: function(res) {undefined
console.log("success:" + JSON.stringify(res));
},
fail: function(err) {undefined
console.log("fail:" + JSON.stringify(err));
}
});
},
shareFriend: function() {
//分享到微信朋友
uni.share({
provider: "weixin",
scene: "WXSceneSession",
type: 0,
href: 'http://192.168.3.46:8080/#/pages/index/marker?id=' + this.id,
title: "你笑起来真好看",
summary: "唐艺昕,你有火吗?没有,为何你点燃了我的心?",
imageUrl: "/static/image/wx.png",
success: function(res) {undefined
console.log("success:" + JSON.stringify(res));
},
fail: function(err) {undefined
console.log("fail:" + JSON.stringify(err));
}
});
},
预期结果:
分享正常
分享正常
实际结果:
提示由于不支持的分享类型 无法分享到微信
提示由于不支持的分享类型 无法分享到微信
FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
图片多大?
imageUrl String type 为 0、2、5 时必选 图片地址。type为0时,推荐使用小于20Kb的图片
1***@qq.com (作者)
已经解决了,谢谢,不是代码的问题,是打包的时候,用的云端证书,导致无法分享的,改成使用自有证书,就可以了
2022-03-04 17:29
2***@qq.com
回复 1***@qq.com:
我也遇到了,怎么解决的呀?
2023-02-18 15:59