1***@qq.com
1***@qq.com
  • 发布:2019-05-13 17:33
  • 更新:2019-05-13 17:33
  • 阅读:1298

分享到微信小程序无反应 求大神

分类:5+ SDK

分享到微信小程序 没反应 不知道配置 对不对 求大神看看

{
"type": 'miniProgram',
"title": '分享小程序标题',
"thumbs": ['https://img-cdn-qiniu.dcloud.net.cn/uniapp/app/share-logo@3.png'],
"content": '分享小程序描述内容。',
"miniProgram": {
"id": 'gh_16b27734eee4', // 小程序的原始标识
"webUrl": 'http://www.dcloud.io/',
"type": 1,
"path": "/pages/index/index",

    },  
    "extra": {  
        "scene": "WXSceneSession"  
    }  
}  

function doShare(srv, msg) {
console.log(msg)
outLine(JSON.stringify(msg)); 到这一步就没反应了,
console.log(4444)
srv.send(msg, function() {
outLine('分享到"' + srv.description + '"成功!');
}, function(e) {
outLine('分享到"' + srv.description + '"失败: ' + JSON.stringify(e));
});
}

2019-05-13 17:33 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复