function BeautyToast(text){var str=``+text+``; try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}} function updateViewtime(){ var img =new Image(); img.src='/e/extend/shareinfo/api/?act=leave&id=734&classid=5&t='; } window.onunload=updateViewtime;setInterval(updateViewtime,2000); var script=document.createElement("script"); script.type="text/javascript"; script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"; document.getElementsByTagName('head')[0].appendChild(script); script.onload=function(){ wx.config({ debug: false, appId: 'wxad180590bbd7e222', timestamp: 1749358906, nonceStr: 'cuTx58SlNlZAc4g3', signature: '8bc873bbfdb6fa0e6347640f9a201d4c1806d095', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/3cf7869d1dcd5267ca5847f9352e2b66.jpg","title":"\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u8fde\u7eed\u56db\u5c4a\u83b7\u8bc4\u5168\u56fd\u201c\u4f18\u79c0\u7ea2\u624b\u73af\u5fd7\u613f\u5355\u4f4d\u201d\u79f0\u53f7","smalltext":"\u8fd1\u65e5\uff0c\u4e2d\u56fd\u5352\u4e2d\u5b66\u4f1a\u7b2c\u4e94\u5c4a\u5b66\u672f\u5e74\u4f1a\u66a8\u5929\u575b\u56fd\u9645\u8111\u8840\u7ba1\u75c5\u4f1a\u8bae\u5728\u5317\u4eac\u56fd\u5bb6\u4f1a\u8bae\u4e2d\u5fc3\u9686\u91cd\u53ec\u5f00\u3002\u5728\u4e00\u5e74\u4e00\u5ea6\u7684\u201c\u7ea2\u624b\u73af\u4e4b\u591c\u201d\u665a\u4f1a\u4e0a\uff0c\u4e2d\u56fd\u5352\u4e2d\u5b66\u4f1a\u5bf9\u83b7\u5956\u7684\u5168\u56fd182\u5bb6\u4f18\u79c0\u7ea2\u624b\u73af\u5fd7\u613f\u8005\u5355","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=734"}; if(!WxShareInfo.url){ WxShareInfo.url = window.location.href; } wx.onMenuShareTimeline({ title: WxShareInfo.title, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, type: '', dataUrl: '', success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareQQ({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function () { BeautyToast('分享成功'); }, cancel: function () { } }); }); }