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=2426&classid=10&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: 1716058960, nonceStr: 'I7wvpfsGkcQjvJgr', signature: '1bbe176998c2af2d854877e67395c080e84921b8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6dee\u5317\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u201c\u4eba\u6587\u5987\u5e7c\u201d\u6253\u9020\u6709\u6e29\u5ea6\u7684\u5987\u5e7c\u4fdd\u5065\u9662","smalltext":"\u4eba\u4eec\u5370\u8c61\u4e2d\u7684\u533b\u9662\u662f\u767d\u8272\u7684\uff0c\u662f\u51b0\u51b7\u7684\u3001\u662f\u6050\u6016\u7684\uff0c\u8fd9\u8ba9\u5f88\u591a\u4eba\u4e00\u63d0\u5230\u533b\u9662\u5c31\u6709\u4e00\u79cd\u83ab\u540d\u7684\u6050\u60e7\u548c\u4e0d\u5b89\u3002\u7136\u800c\uff0c\u8d70\u8fdb\u5b89\u5fbd\u7701\u6dee\u5317\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff0c\u770b\u5230\u6700\u591a\u7684\u662f\u533b\u52a1\u4eba\u5458\u751c\u7f8e\u7684\u7b11\u5bb9\uff0c\u542c\u5230\u6700\u591a\u7684\u662f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2426"}; 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 () { } }); }); }