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=1172&classid=4&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: 1715012311, nonceStr: 'KSYgrVLUMORWORUt', signature: 'a19c158ab10cb8e337ac3e014a2d4ffae994ea8e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u8def\u73b2\uff1a\u6211\u8de8\u754c\u800c\u6765\uff0c\u5728\u533b\u5b66\u4eba\u6587\u4e2d\u6210\u957f","smalltext":"\u4e0e\u533b\u5b66\u4eba\u6587\u7ed3\u7f18\u53ef\u4ee5\u8bf4\u662f\u201c\u4e07\u4e07\u6ca1\u60f3\u5230\u201d\u3002\u5728\u6559\u80b2\u754c\u6478\u722c\u6eda\u6253\u4e86\u4e8c\u5341\u591a\u5e74\u540e\uff0c2013\u5e74\u8c03\u5165\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff0c\u4ece\u4e8b\u884c\u653f\u7ba1\u7406\u5de5\u4f5c\uff0c\u51e0\u5e74\u4e2d\u6211\u7741\u5927\u4e86\u597d\u5947\u7684\u773c\u775b\u89c2\u5bdf\u7740\u533b\u62a4\u4eba\u5458\u7684\u9178\u751c\u82e6\u8fa3","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1172"}; 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 () { } }); }); }