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=2451&classid=12&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: 1746158501, nonceStr: 'Oa5iny0uKLc6CCgS', signature: '6156d75ec6f0953fb82cd69380fbb9f63cdc2dfc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\u674e\u4f20\u624d\uff1a\u521d\u5fc3\u4e0d\u5fd8 \u6267\u8457\u8ffd\u6c42 \u505a\u533b\u9662\u4eba\u6587\u9886\u5934\u4eba","smalltext":"\u674e\u4f20\u624d,\u7537\uff0c\u6c49\u65cf\uff0c\u4e2d\u5171\u515a\u5458\uff0c1972\u5e745\u6708\u51fa\u751f\u30021994\u5e747\u6708\u6bd5\u4e1a\u4e8e\u767d\u6c42\u6069\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u536b\u6821\uff0c1999\u5e747\u6708\u901a\u8fc7\u81ea\u8003\u6bd5\u4e1a\u4e8e\u5ef6\u8fb9\u5927\u5b66\u533b\u5b66\u9662\u4e34\u5e8a\u4e13\u4e1a\u30022003\u5e74\u5165\u515a\uff0c2006\u5e74\u4efb\u6566\u5316\u5e02\u533b\u9662\u7535\u8bca\u79d1\u652f\u90e8\u4e66","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2451"}; 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 () { } }); }); }