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=2306&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: 1747125430, nonceStr: 'Ri7i8JdsLPb1F8Bm', signature: 'b209458a2fa13664e5cbd24debaa03bca450d410', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u79d1\u5b66\u5e72\u9884 \u7b51\u8d77\u6297\u51fb\u75ab\u60c5\u201c\u5fc3\u201d\u9632\u7ebf","smalltext":"\u8fd1\u65e5\uff0c\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\u5fc3\u7406\u63f4\u52a9\u4e13\u5bb6\u7ec4\u8d70\u8fdb\u4e50\u5c71\u5e02\u6c99\u6e7e\u533a\u673a\u5173\u548c\u4e8b\u4e1a\u5355\u4f4d\u6388\u8bfe\uff0c\u52a0\u5f3a\u5bf9\u516c\u804c\u4eba\u5458\u7684\u4e13\u4e1a\u5316\u5fc3\u7406\u758f\u5bfc\u670d\u52a1\uff0c\u4e3a\u793e\u533a\u9632\u63a7\u4e00\u7ebf\u4eba\u5458\u63d0\u4f9b\u4e2a\u6027\u5316\u5fc3\u7406\u5065\u5eb7\u652f\u6301\uff0c\u589e\u5f3a\u590d\u5de5\u590d\u4ea7\u548c\u51b3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2306"}; 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 () { } }); }); }