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=5262&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: 1716012833, nonceStr: 'wkOGwSVdHHLwG2lo', signature: '30815b3f0e360a27e68818878b6a71fa59948d24', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202203\/71c5a453fb1bed3c8c3510f13ebfc81f.jpg","title":"\u5e38\u5fb7\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u60a3\u8005\u9001\u7ed9\u79d1\u5ba4\u533b\u52a1\u4eba\u5458\u6bcf\u4eba\u56db\u4e2a\u8336\u53f6\u86cb","smalltext":"\u8fd9\u5929\uff0c\u9aa8\u79d1\u4e8c\u75c5\u533a\u6bcf\u4e00\u4f4d\u533b\u52a1\u4eba\u5458\u90fd\u6536\u5230\u4e86\u56db\u4e2a\u8336\u53f6\u86cb\uff0c\u8fd9\u662f\u4e09\u5e74\u5185\u53cd\u590d\u4f4f\u9662\u60a3\u8005\u9648\u5929\u751f\u7684\u5bb6\u5c5e\uff0c\u4e13\u7a0b\u5728\u5bb6\u91cc\u716e\u597d\u4e86\u5e26\u8fc7\u6765\u9001\u7ed9\u9aa8\u79d1\u4e8c\u75c5\u533a\u533b\u52a1\u4eba\u5458\u7684\uff0c\u4ee5\u6b64\u6765\u8868\u8fbe\u5bf9\u4ed6\u4eec\u8fd9\u4e09\u5e74\u6765\u65e0\u5fae\u4e0d\u81f3\u6089","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5262"}; 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 () { } }); }); }