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=3100&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: 1745150170, nonceStr: 'sFdUgB9SpAmufhka', signature: '98425ad7a5933229aabe6209616e7d29cd304597', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5927\u201c\u75ab\u201d\u524d\uff0c95\u540e\u7684\u62c5\u5f53\u4e0d\u8d1f\u9752\u6625","smalltext":"\u5927\u201c\u75ab\u201d\u524d\uff0c95\u540e\u7684\u62c5\u5f53\u4e0d\u8d1f\u9752\u6625\u2014\u2014\u8bfb\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u56de\u5317\u4eac\u5927\u5b66\u63f4\u9102\u533b\u7597\u961f\u5168\u4f53\u201c90\u540e\u201d\u515a\u5458\u7684\u4fe1\u6709\u611f \u5e9a\u5b50\u9f20\u5e74\u65b0\u6625\u6765\u4e34\u4e4b\u9645\uff0c\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u7684\u80ba\u708e\u75ab\u60c5\u7a81\u7136\u66b4\u53d1\uff0c\u8fd9\u573a\u9762\u5411\u5168\u56fd\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3100"}; 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 () { } }); }); }