const me = this;
plus.share.getServices(function(s) {
var shares = {};
for (var i = 0; i < s.length; i++) {
var t = s[i];
shares[t.id] = t;
}
me.sweixin = shares['weixin'];
}, function(e) {
console.log("获取分享服务列表失败:" + e.message);
});
let url = "/pages/pages-custom/shop-detail/shop-detail?business_id="+me.user_info.business_id;me.sweixin ? me.sweixin.launchMiniProgram({
id: 'gh_00000000000',
path: url,
type: 0,
webUrl: 'https://yunkec.xyz/'
}) :
plus.nativeUI.alert('当前环境不支持微信操作!');
- 发布:2020-12-04 14:42
- 更新:2020-12-17 16:22
- 阅读:2380
产品分类: HbuilderX
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: window7
HBuilderX版本号: 2.9.8
App下载地址或H5⽹址: https://apps.apple.com/cn/app/芸客/id1528015204
示例代码:
操作步骤:
ios端点击事件触发拉起id为gh_开头的小程序原始id的微信小程序跳到path页
ios端点击事件触发拉起id为gh_开头的小程序原始id的微信小程序跳到path页
预期结果:
ios端点击事件触发拉起id为gh_开头的小程序原始id的微信小程序跳到path页
ios端点击事件触发拉起id为gh_开头的小程序原始id的微信小程序跳到path页
实际结果:
ios端拉起了微信显示正在连接 然后就返回到了APP 没有成功拉起微信小程序
ios端拉起了微信显示正在连接 然后就返回到了APP 没有成功拉起微信小程序
bug描述:
ios端使用launchMiniProgram预览拉起微信小程序失败(打开微信,正在连接,又返回到app中,无后续流程);
m***@163.com (作者)
配置好Universal Link后 打包未在manifest.json文件配置Capabilities配置
https://ask.dcloud.net.cn/article/36393