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=3637&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: 1714635989, nonceStr: 'GsIG3JJ8HE4nWnoo', signature: '0c07935f56c5bf89452e4e73c615ab8d50e4fd03', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff1a\u5c06\u201c\u6c34\u4e0b\u5065\u8eab\u623f\u201d\u642c\u8fdb\u533b\u9662 \u63d0\u4f9b\u56fd\u9645\u5316\u6c34\u7597\u5eb7\u590d\u670d\u52a1","smalltext":"\u5c06\u201c\u6c34\u4e0b\u5065\u8eab\u623f\u201d\u642c\u8fdb\u533b\u9662\u3001\u7528\u4e0e\u56fd\u9645\u63a5\u8f68\u7684\u8fd0\u52a8\u5eb7\u590d\u7406\u5ff5\u6cbb\u7597\u836f\u7269\u7597\u6548\u8f83\u5dee\u7684\u75be\u75c5\u3001\u663e\u8457\u63d0\u5347\u60a3\u8005\u751f\u6d3b\u8d28\u91cf\u30022020\u5e744\u6708\u5e95\uff0c\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\u6b63\u5f0f\u5f00\u59cb\u63d0\u4f9b\u5eb7\u590d\u6c34\u7597\u670d\u52a1\uff0c\u5e76\u6210\u4e3a\u5e7f\u4e1c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3637"}; 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 () { } }); }); }