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=2936&classid=13&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: 1714400880, nonceStr: 'LlA1vSWvS1Sla6rm', signature: '3f5f38fb0da73e0b81a8c19e3feb114600c70aa1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u7b2c\u516d\u4eba\u6c11\u533b\u9662\uff1a\u6ce8\u91cd\u670d\u52a1\u54c1\u8d28\uff0c\u4fc3\u4eba\u6587\u54c1\u724c\u5efa\u8bbe","smalltext":"\u5c0a\u91cd\u75c5\u4eba\u3001\u5173\u7231\u75c5\u4eba\u3001\u65b9\u4fbf\u75c5\u4eba\uff0c\u60f3\u75c5\u4eba\u4e4b\u6240\u60f3\u3001\u6025\u75c5\u4eba\u4e4b\u6240\u6025\uff0c\u662f\u6e29\u5dde\u5e02\u7b2c\u516d\u4eba\u6c11\u533b\u9662\u533b\u7597\u56e2\u961f\u7684\u6551\u6cbb\u670d\u52a1\u5b97\u65e8\u3002\u533b\u9662\u533b\u7597\u56e2\u961f\u5728\u6293\u533b\u7597\u6280\u672f\u9ad8\u7cbe\u5c16\u7684\u540c\u65f6\uff0c\u4e0d\u5fd8\u6ce8\u91cd\u670d\u52a1\u54c1\u8d28\uff0c\u5207\u5b9e\u4e3a\u60a3\u8005","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2936"}; 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 () { } }); }); }