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=3007&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: 1749396649, nonceStr: 'BXZclmrMb6rrWGrp', signature: 'a0eadb879a0283a015acb10687028a3ec62373d3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5e74\u533b\u751f\u90b1\u5fc5\u6210\uff1a\u751f\u547d\u7684\u6700\u540e\u4e00\u4efd\u793c\u7269\u732e\u7ed9\u533b\u5b66","smalltext":"\u5357\u5e73\u5e02\u7b2c\u4e00\u533b\u9662\u9aa8\u79d1\u533b\u751f\u90b1\u5fc5\u6210\u4e0d\u5e78\u7f79\u60a3\u80a0\u764c\u53bb\u4e16\uff0c\u751f\u75c5\u671f\u95f4\uff0c\u4ed6\u59cb\u7ec8\u575a\u5b88\u5728\u4ed6\u65e0\u6bd4\u70ed\u7231\u7684\u5c97\u4f4d\u4e0a\uff0c\u6700\u540e\u4e00\u6b21\u4f4f\u9662\u524d\u8fd8\u5728\u4e3a\u60a3\u8005\u624b\u672f\u3002\u5728\u751f\u547d\u7684\u6700\u540e\u65f6\u523b\uff0c\u4ed6\u9009\u62e9\u9057\u4f53\u6350\u8d60\u548c\u89d2\u819c\u6350\u8d60\uff0c\u628a\u751f\u547d\u7684\u6700\u540e\u4e00\u4efd\u793c\u7269\u732e\u7ed9\u533b\u5b66\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3007"}; 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 () { } }); }); }