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=2754&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: 1716011041, nonceStr: 'jkqZn45KEQ8n4Hn9', signature: '12316aa10aec35c39a3b2314374f12028837a7c4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u76f8\u96942378\u516c\u91cc\u7684\u6df1\u60c5\u5bf9\u767d \u8fd9\u662f\u4ed6\u4eec\u7231\u60c5\u6700\u7f8e\u7684\u6837\u5b50","smalltext":"\u6df1\u591c\uff0c\u5979\u5728\u6566\u5316\uff0c\u800c\u4ed6\u2014\u2014\u5728\u9065\u8fdc\u7684\u6b66\u6c49\u3002\u4e34\u8fd1\u5341\u70b9\u949f\uff0c\u8fd9\u5bf980\u540e\u533b\u751f\u592b\u59bb\u7684\u5fae\u4fe1\u804a\u5929\u8bb0\u5f55\u771f\u5b9e\u7684\u8bb0\u5f55\u7740\u4ed6\u4eec\u5e73\u51e1\u800c\u53c8\u201c\u4e0d\u5e73\u51e1\u201d\u7684\u65e5\u5e38\u3002\u4ed6\u8bf4\uff1a\u201c\u5ab3\u5987\uff0c\u4f60\u8f9b\u82e6\u4e86\uff01\u201d\uff0c\u800c\u5979\u5219\u5631\u5490\u4ed6\u8bf4\uff1a\u201c\u8fdb\u75c5\u533a\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2754"}; 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 () { } }); }); }