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=1672&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: 1747167860, nonceStr: 'BvApxrwMjJR1sPWR', signature: '09c88eac5315563de6f4277813ef6042a64ff43b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u5927\u5e74\u521d\u4e00\uff0c\u513f\u79d1\u7a81\u73b0\u4fe9\u5361\u901a\u4eba\u7269\u7ed9\u5c0f\u670b\u53cb\u9001\u793c","smalltext":"\u6b63\u6708\u521d\u4e00\uff081\u670825\u65e5\uff09\uff0c\u5728\u9632\u63a7\u75ab\u60c5\u7684\u975e\u5e38\u65f6\u671f\uff0c\u5e74\u5473\u6de1\u4e86\u5f88\u591a\uff0c\u4f46\u513f\u79d1\u533b\u62a4\u4eba\u5458\u5e76\u6ca1\u6709\u5fd8\u8bb0\u3002\u67e5\u5b8c\u623f\u540e\u75c5\u623f\u91cc\u7a81\u7136\u51fa\u73b0\u4e86\u4e00\u4f4d\u5927\u5934\u5927\u8111\u7684\u5c0f\u9752\u65b0\u533b\u751f\u548c\u4e00\u53ea\u6d3b\u6cfc\u53ef\u7231\u7684\u5c0f\u732a\u4f69\u5947\uff0c\u4ed6\u4eec\u548c\u513f\u79d1\u7684\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1672"}; 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 () { } }); }); }