帖子
帖子
用户
博客
课程
显示全部楼层
8
帖子
0
勋章
29
Y币

[其他] 微信分享成之后,IOS无法返回到APP 怎么破

[复制链接]
发表于 2015-7-31 11:17:36
本帖最后由 madma 于 2015-7-31 11:21 编辑

微信分享成之后,IOS无法返回到APP  怎么破
以下是代码

                       wx.shareWebpage({
                            apiKey: 'wx2b17eb54fb981xxx',
                            scene: type,
                            title: ret.title,
                            description: ret.description,
                            thumb: 'widget://image/logo.png',
                            contentUrl: 'http://www**.**/weixinshare.html'
                        }, function(ret, err){
                            if(ret.status){
                                api.toast({msg: '分享成功', location: 'middle'});
                            }else{
                                //api.toast({msg: '出现错误', location: 'middle'})
                            }
                        });  

28
帖子
1
勋章
1万+
Y币
config里面微信的feature里面配置了urlScheme没有?如果没有,参照文档配置一下,然后云编译试下。http://docs.apicloud.com/APIClou ... pp-config-manual#16
8
帖子
0
勋章
29
Y币
可以了   配置就行  了   
您需要登录后才可以回帖 登录

本版积分规则