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=2887&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: 1714278614, nonceStr: 'hQBay5CzOVWNYnM6', signature: '95aaf3968e6e9f5a6f85898d28730c699dbe7473', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u77f3\u5d07\u4fed\uff1a\u6709\u4e9b\u4eba\u4e00\u8f88\u5b50\u53ea\u505a\u4e00\u4ef6\u4e8b","smalltext":"\u201c\u539a\u79ef\u8584\u53d1\u00b7\u4e0d\u6562\u82df\u540c\u201d\u6709\u4e9b\u4eba\u4e00\u8f88\u5b50\u53ea\u505a\u4e00\u4ef6\u4e8b\u3002\u77f3\u5d07\u4fed\u6559\u6388\uff0c1962\u8fdb\u5165\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u5de5\u4f5c\uff0c\u5728\u9ebb\u9189\u79d1\u5de5\u4f5c\u591a\u5e74\uff0c\u4e8e91\u5e74\u521b\u7acb\u75bc\u75db\u79d1\uff0c\u4e0e\u8bb8\u8bb8\u591a\u591a\u9ed8\u9ed8\u8015\u8018\u7684\u533b\u52a1\u5de5\u4f5c\u8005\u4e00\u6837\uff0c\u77f3\u8001\u5728","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2887"}; 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 () { } }); }); }