wx.config({ debug:false, appId:"wxb9129aabb1904704", timestamp:"1775202741", nonceStr:"mZMoV5hhLQuuHPex", signature:"1750778b1a9b9629dfddffd4359fc8e2454ac5be", jsApiList: [ "checkJsApi","onMenuShareTimeline","onMenuShareAppMessage","onMenuShareQQ", "onMenuShareWeibo","hideMenuItems","showMenuItems","hideAllNonBaseMenuItem", "showAllNonBaseMenuItem","translateVoice","startRecord","stopRecord", "onRecordEnd","playVoice","pauseVoice","stopVoice", "uploadVoice","downloadVoice","chooseImage","previewImage", "uploadImage","downloadImage","getNetworkType","openLocation", "getLocation","hideOptionMenu","showOptionMenu","closeWindow", "scanQRCode","chooseWXPay","openProductSpecificView","addCard", "chooseCard","openCard","updateAppMessageShareData","updateTimelineShareData","requestMerchantTransfer", ]// 所有要调用的 API }); wx.ready(function(){ wx.onMenuShareTimeline({ title: '快来一起使用信达达吧', // 分享标题 link: '#/?sid=', // 分享链接 imgUrl: 'https://xdd.gdhenner.com/resources/images/logo_s.jpg', // 分享图标 success: function(res){ return; }, cancel: function(res){ return; } }); wx.onMenuShareAppMessage({ title: '快来一起使用信达达吧', // 分享标题 desc: '', // 分享描述 link: '#/?sid=', // 分享链接 imgUrl: 'https://xdd.gdhenner.com/resources/images/logo_s.jpg', // 分享图标 type: 'link', // dataUrl: '', // success: function(res){ return; }, cancel: function(res){ return; } }); }); //分享给好友 function show_friend(){ alert('点击手机右上角进行微信分享'); return true; }