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=2160&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: 1749446852, nonceStr: '4MU3zkhyWX6oBicX', signature: '026fcf6e31c0bd1cc1599c526e0782c6541ced4f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u201c\u521a\u5f3a\u201d\u5144\u5f1f\u7684\u201c\u786c\u6838\u201d\u51fa\u51fb","smalltext":"\u4e00\u4e2a\u575a\u5b88\u6e29\u5dde\uff0c\u9886\u8dd1\u4e2d\u533b\u836f\u6218\u75ab\u65b0\u901f\u5ea6\u4e00\u4e2a\u5728\u897f\u73ed\u7259\uff0c\u904d\u5bfb\u5168\u57ce\u641c\u7f57\u6297\u75ab\u7269\u8d44\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u547c\u5438\u79d1\u4e3b\u4efb\u5218\u521a\u897f\u73ed\u7259\u4e2d\u6b27\u8d38\u6613\u96c6\u56e2\u8463\u4e8b\u957f\u5218\u5f3a\u8de8\u8d8a\u4e00\u4e07\u516c\u91cc\u7684\u4e24\u5144\u5f1f\u6df1\u60c5\u6f14\u7ece\u201c\u5c82\u66f0\u65e0\u8863\uff0c\u4e0e\u5b50","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2160"}; 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 () { } }); }); }