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=4869&classid=11&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: 1716146097, nonceStr: 'XxoSvjPneOuiNzRY', signature: '32315ec96de57668129cac4a9cc9d03e91d7da14', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f59\u59da\u5e02\u4eba\u6c11\u533b\u9662-\u7f8e\u4e3d\u533b\u9662\u5efa\u8bbe","smalltext":"\u4e3a\u8d2f\u5f7b\u843d\u5b9e\u7701\u59d4\u3001\u7701\u653f\u5e9c\u201c\u6700\u591a\u8dd1\u4e00\u6b21\u201d\u6539\u9769\u5de5\u4f5c\u90e8\u7f72\uff0c\u63a8\u52a8\u6539\u9769\u5e26\u7740\u6e29\u5ea6\u5ef6\u4f38\u6269\u9762\uff0c\u8ba9\u7fa4\u4f17\u6709\u66f4\u591a\u770b\u5f97\u89c1\u3001\u6478\u5f97\u7740\u3001\u611f\u53d7\u660e\u663e\u7684\u6539\u9769\u83b7\u5f97\u611f\uff0c\u4f59\u59da\u5e02\u59d4\u6539\u9769\u529e\u3001\u4f59\u59da\u5e02\u536b\u5065\u5c40\u786e\u5b9a\u4f59\u59da\u5e02\u4eba","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4869"}; 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 () { } }); }); }