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=1355&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: 1716090034, nonceStr: 'eyq0r8nPDFye3Voc', signature: 'df5e6e18b0b13d48162c6432124a0f845fb2fa55', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\uff1a\u201c\u58ee\u533b\u4e5d\u6bb5\u201d\u674e\u51e4\u73cd\uff1a\u5de7\u6cbb\u98ce\u6e7f\u75c5\uff0c\u51fb\u9000\u201c\u4e0d\u6b7b\u764c\u75c7\u201d\uff01","smalltext":"\u5e7f\u897f\u5730\u5904\u4e9a\u70ed\u5e26\uff0c\u6c14\u5019\u591a\u96e8\u6f6e\u6e7f\uff0c\u662f\u98ce\u6e7f\u75c5\u7684\u9ad8\u53d1\u5730\u533a\u3002\u58ee\u65cf\u5148\u6c11\u901a\u8fc7\u957f\u671f\u5b9e\u8df5\uff0c\u79ef\u7d2f\u4e86\u4e30\u5bcc\u7684\u98ce\u6e7f\u75c5\u8bca\u7597\u7ecf\u9a8c\u3002\u5728\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u98ce\u6e7f\u75c5\u79d1\uff0c\u4e0e\u9648\u5973\u58eb\u60c5\u51b5\u7c7b\u4f3c\u7684\u60a3\u8005\u8fd8\u6709\u5f88\u591a\u3002","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1355"}; 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 () { } }); }); }