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=5315&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: 1715567978, nonceStr: 'kaI20W8rwxSHJnT7', signature: 'ef5ea98326900d82918be5a75b8156c3c21e75af', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b81\u5fb7\u5e02\u95fd\u4e1c\u533b\u9662\uff1a\u201c\u95fd\u201d\u6765\u5b88\u201c\u6caa\u201d \u65b9\u8231\u91cc\u201c\u7075\u9b42\u753b\u5bb6\u201d\u56fe\u8bf4\u533b\u60a3\u60c5","smalltext":"\u81ea\u798f\u5efa\u7701\u63f4\u6caa\u533b\u7597\u961f\u8fdb\u9a7b\u65b9\u8231\u4ee5\u6765\uff0c\u533b\u52a1\u4eba\u5458\u548c\u60a3\u8005\u5df2\u7136\u6210\u4e3a\u670b\u53cb\uff0c\u8fd1\u65e5\uff0c\u5b81\u5fb7\u533b\u7597\u961f\u62a4\u7406\u7ec4\u8d1f\u8d23\u4eba\u3001\u95fd\u4e1c\u533b\u9662\u526f\u4e3b\u4efb\u62a4\u5e08\u9648\u8363\u7ec4\u7ec7\u533b\u52a1\u4eba\u5458\u4e0e\u60a3\u8005\u5728\u8231\u5185\u7a7a\u767d\u9694\u79bb\u5899\u4e00\u8d77\u624b\u7ed8\u5f69\u56fe\uff0c\u201c\u7075\u9b42\u753b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5315"}; 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 () { } }); }); }