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=2302&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: 1745165383, nonceStr: 'gsSaHagY0XrGbwry', signature: '89314fad16ccd454c94d3558e2d7c6c88c1dbb61', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5982\u679c\u53ef\u4ee5\uff0c\u6211\u613f\u610f\u957f\u671f\u652f\u63f4\u611f\u67d3\u6027\u75be\u75c5\u79d1","smalltext":"\u5728\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u671f\u95f4\uff0c\u5728\u5e02\u4eba\u6c11\u533b\u9662\uff0c\u6709\u4e00\u6279\u533b\u62a4\u4eba\u5458\u9ed8\u9ed8\u5de5\u4f5c\u5728\u652f\u63f4\u611f\u67d3\u6027\u75be\u75c5\u79d1\u7684\u201c\u6297\u75ab\u201d\u4e00\u7ebf\uff0c\u673a\u52a8\u62a4\u58eb\u5f20\u4e3d\u52c9\u4e3b\u7ba1\u62a4\u5e08\u662f\u652f\u63f4\u65f6\u95f4\u6700\u957f\u7684\u62a4\u58eb\uff0c\u5979\u53bb\u5e744\u6708\u5c31\u6765\u5230\u611f\u67d3\u6027\u75be\u75c5\u79d1\u652f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2302"}; 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 () { } }); }); }