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=2678&classid=13&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: 1746165849, nonceStr: 'fPtXeecSKKtV8ggb', signature: 'b4746021de80bde2d415706cc77dca69024fbb53', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9996\u90fd\u513f\u79d1\u7814\u7a76\u6240\u9ebb\u9189\u79d1\uff1a\u60a3\u513f\u7684\u751f\u547d\u5b88\u62a4\u795e","smalltext":"\u5927\u591a\u6570\u4eba\u5bf9\u9ebb\u9189\u6709\u9519\u8bef\u7684\u7406\u89e3\uff0c\u8ba4\u4e3a\u9ebb\u9189\u53ea\u662f\u7b80\u5355\u7684"\u6253\u4e00\u9488"\uff0c\u4f46\u662f\u4e8b\u5b9e\u5e76\u975e\u5982\u6b64\u3002\u5bf9\u4e8e\u75c5\u4eba\u6765\u8bf4\uff0c\u505a\u624b\u672f\u6700\u5173\u5fc3\u4e09\u4ef6\u4e8b\uff1a\u624b\u672f\u6210\u529f\u3001\u522b\u51fa\u4e8b\u3001\u522b\u53d7\u7f6a\uff0c\u8fd9\u4e09\u4ef6\u4e8b\u90fd\u4e0e\u9ebb\u9189\u533b\u751f\u7684\u5de5\u4f5c\u5bc6\u5207\u76f8\u5173\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2678"}; 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 () { } }); }); }