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=5484&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: 1716090036, nonceStr: 'p2tUVdrvMu8xjQoT', signature: 'bafff1af7715edb6819649497fc1aebfd631d3a3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff1a\u8001\u90d1\u7684\u5eb7\u590d\u4e4b\u8def","smalltext":"\u8fd9\u4f4d\u5728\u513f\u5b50\u7684\u6400\u6276\u4e0b\u7f13\u7f13\u8d70\u6765\u7684\u8001\u4eba\uff0c\u4f60\u80fd\u60f3\u8c61\u4e09\u4e2a\u6708\u524d\u4ed6\u8fd8\u662f\u4e00\u4f4d\u9aa8\u7626\u5982\u67f4\uff0c\u610f\u8bc6\u4e0d\u6e05\uff0c\u53f3\u4fa7\u80a2\u4f53\u762b\u75ea\uff0c\u9ab6\u5c3e\u90e8\u6709\u7740\u4e25\u91cd\u538b\u75ae\uff0c\u5bfc\u5c3f\u7ba1\u3001\u80c3\u7ba1\u90fd\u7f20\u5728\u8eab\u4e0a\u7684\u91cd\u75c7\u8111\u6897\u60a3\u8005\u5417\uff1f\u4eca\u5929\uff0c\u5c0f\u7f16\u6765\u4e3a\u60a8\u8bb2\u8ff0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5484"}; 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 () { } }); }); }