联系官方销售客服
1835022288
028-61286886
手机端微信分享前几天都是正常的,今天发现分享出去就不正常了,设置的分享标题,摘要,缩略图不显示了!求指点
{php \Phpcmf\Service::C()->init_file('weixin');$signPackage = \Phpcmf\Service::L('jssdk', 'weixin')->GetSignPackage();} <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> <script type="text/javascript"> wx.config({ appId: '<?php echo $signPackage["appId"];?>', timestamp: <?php echo $signPackage["timestamp"];?>, nonceStr: '<?php echo $signPackage["nonceStr"];?>', signature: '<?php echo $signPackage["signature"];?>', 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' ] }); wx.ready(function () { var shareData = { title: '{$cat.wxfxbt}', desc: '{$cat.wxfxzy}', link: "{dr_now_url()}", imgUrl: '{dr_get_file($cat.wxfxslt)}', }; //分享朋友 wx.onMenuShareAppMessage({ title: shareData.title, desc: shareData.desc, link: shareData.link, imgUrl:shareData.imgUrl, trigger: function (res) { }, success: function (res) { window.location.href =adurl; }, cancel: function (res) { }, fail: function (res) { alert(JSON.stringify(res)); } }); //朋友圈 wx.onMenuShareTimeline({ title: shareData.title, link: shareData.link, imgUrl:shareData.imgUrl, trigger: function (res) { }, success: function (res) { window.location.href =adurl; }, cancel: function (res) { }, fail: function (res) { alert(JSON.stringify(res)); } }); }); </script>