已配置通用链接:https://gshapn.xinstall.com.cn/tolink/
代码如下:
uni.share({
provider: "weixin",
scene: "WXSceneSession",
type: 5,
title: '邀请供货商',
imageUrl: '/static/share_bg.png',
miniProgram: {
id: 'gh_419947c57a10',
path: `/pages_order/shareLink/shareLink,
webUrl: 'http://uniapp.dcloud.io',
type: type || 0
},
success: function(res) {
console.log("success:" + JSON.stringify(res));
},
fail: function(err) {
console.log("fail:" + JSON.stringify(err));
},
});
- 发布:2024-09-12 16:47
- 更新:2024-09-13 14:38
- 阅读:88
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: W10
HBuilderX类型: 正式
HBuilderX版本号: 4.24
手机系统: iOS
手机系统版本号: iOS 15
手机厂商: 苹果
手机机型: iPhone11
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
uni.share({
provider: "weixin",
scene: "WXSceneSession",
type: 5,
title: '邀请供货商',
imageUrl: '/static/share_bg.png',
miniProgram: {
id: 'gh_419947c57a10',
path: `/pages_order/shareLink/shareLink,
webUrl: 'http://uniapp.dcloud.io',
type: type || 0
},
success: function(res) {
console.log("success:" + JSON.stringify(res));
},
fail: function(err) {
console.log("fail:" + JSON.stringify(err));
},
});
uni.share({
provider: "weixin",
scene: "WXSceneSession",
type: 5,
title: '邀请供货商',
imageUrl: '/static/share_bg.png',
miniProgram: {
id: 'gh_419947c57a10',
path: `/pages_order/shareLink/shareLink,
webUrl: 'http://uniapp.dcloud.io',
type: type || 0
},
success: function(res) {
console.log("success:" + JSON.stringify(res));
},
fail: function(err) {
console.log("fail:" + JSON.stringify(err));
},
});
预期结果:
正常打开微信 分享小程序
正常打开微信 分享小程序
实际结果:
闪退
闪退
bug描述:
uniapp 端 IOS自定义基座分享微信小程序直接闪退。分享图片可以正常使用
z***@163.com (作者)
我这么配置的。ios中分享文字可以,分享小程序就会闪退。
"share": {
"weixin": {
"appid": "wx71fc0bb464c0bcd4",
"UniversalLinks": "https://gshapn.xinstall.com.cn/tolink/"
}
},
2024-09-13 08:48