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=1829&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: 1749462383, nonceStr: 'RwVnfejEAya7BAXF', signature: '4cb7ef07fe5b95332b260ba5dcd6ee1beb8e9c30', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e0d\u5e78\u611f\u67d3\u65b0\u51a0\u80ba\u708e\u7684\u60a3\u8005\u592b\u59bb\u5728\u5143\u5bb5\u8282\u56e2\u805a\u4e86","smalltext":" \u5148\u8ba9\u6211\u4eec\u6765\u770b\u4e00\u4e2a\u670b\u53cb\u5708\u622a\u56fe\u3002 \u8fd9\u5f20\u622a\u56fe\u662f\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662EICU\uff08\u6025\u8bca\u91cd\u75c7\u76d1\u62a4\u5ba4\uff09\u7684\u62a4\u58eb\u957f\u9646\u4fca\u53d1\u7684\uff0c\u4ed6\u4eec\u6210\u529f\u628a\u4e00\u540d\u65b0\u51a0\u80ba\u708e\u5371\u91cd\u75c7\u4ea7\u5987\u60a3\u8005\u4ece\u6b7b\u4ea1\u7ebf\u4e0a\u62c9\u4e86\u56de\u6765\uff0c\u90a3\u4efd\u559c","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1829"}; 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 () { } }); }); }