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=2234&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: 1747124592, nonceStr: 'HPdVhuLnJKD1NTbn', signature: '57e9a228b5de09d6738fb2ce757807887f562c8c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u65b9\u79d1\u6280\u5927\u5b66\u533b\u9662\uff1a\u4e3a\u60e0\u5dde\u6765\u6df1\u6c42\u533b\u7537\u5b50\u987a\u5229\u624b\u672f","smalltext":"\u4eca\u5e74\u6625\u8282\u524d\u540e\uff0c\u65b0\u51a0\u75c5\u6bd2\u75ab\u60c5\u6765\u52bf\u6c79\u6c79\uff0c\u539f\u672c\u4e00\u4e9b\u6709\u6b63\u5e38\u5c31\u533b\u9700\u6c42\u7684\u60a3\u8005\u5c31\u8bca\u4e5f\u5bb9\u6613\u53d7\u5230\u5f71\u54cd\u3002\u968f\u7740\u75ab\u60c5\u9632\u63a7\u5f62\u52bf\u597d\u8f6c\uff0c\u201c\u505a\u597d\u75ab\u60c5\u9632\u63a7\uff0c\u6709\u5e8f\u6062\u590d\u751f\u4ea7\u662f\u5f53\u524d\u5341\u5206\u91cd\u8981\u7684\u4efb\u52a1\u3002\u201d\u8fd1\u671f\uff0c\u5357\u65b9\u79d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2234"}; 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 () { } }); }); }