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=2104&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: 1747145866, nonceStr: 'hvSmWV1dcR3c0KYO', signature: 'dcf6c77b9f7faf4b414487d06d735f83ca409071', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ebb\u57ce\u5e02\u4e2d\u533b\u533b\u9662\uff1a\u4e00\u7ebf\u4eb2\u5386\u8005\u9694\u79bb\u671f\u7684\u5fc3\u8def","smalltext":"\u65b0\u51a0\u80ba\u708e\u5386\u65f6\u4e00\u6708\u6709\u4f59\uff0c\u75ab\u60c5\u6765\u4e34\uff0c\u5168\u56fd\u4e0a\u4e0b\uff0c\u65e0\u6570\u7684\u533b\u52a1\u4eba\u5458\u7b2c\u4e00\u65f6\u95f4\u8df5\u884c\u804c\u4e1a\u8a93\u8a00\uff0c\u514b\u670d\u8270\u96be\u9669\u963b\uff0c\u7ad9\u5728\u76f4\u63a5\u963b\u51fb\u62a2\u6551\u75c5\u4eba\u7684\u6700\u524d\u6cbf\uff0c\u79d2\u53d8\u767d\u8863\u6218\u58eb\uff01\u8131\u4e0b\u90a3\u8eab\u767d\u8863\uff0c\u4ed6\u4eec\u4e5f\u662f\u7236\u6bcd\u7684\u5b69\u5b50\uff0c\u5b69\u5b50\u7684\u7236","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2104"}; 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 () { } }); }); }