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=1167&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: 1715096290, nonceStr: 'J0OVveCRaEt9DNcN', signature: 'e74a454d1f4def7f67795ff7500e095022781566', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6ed5\u5dde\u5e02\u4e1c\u90ed\u4e2d\u5fc3\u536b\u751f\u9662\u5f20\u840d\uff1a\u4e0d\u4e3a\u5149\u73af\uff0c\u53ea\u4e3a\u8d23\u4efb","smalltext":"\u201c\u90fd\u8bf4\u51b0\u7cd6\u846b\u82a6\u9178\uff0c\u9178\u91cc\u9762\u5b83\u88f9\u7740\u751c\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u201d\u6bcf\u5f53\u6211\u542c\u5230\u8fd9\u9996\u6b4c\uff0c\u5c31\u4e0d\u7531\u5f97\u60f3\u8d77\u6211\u4ece\u4e8b\u9884\u9632\u63a5\u79cd\u5de5\u4f5c\u7684\u70b9\u70b9\u6ef4\u6ef4\uff0c\u5c31\u50cf\u90a3\u51b0\u7cd6\u846b\u82a6\uff0c\u751c\u91cc\u900f\u7740\u9178\uff0c\u9178\u91cc\u88f9\u7740\u751c\u3002\u52e4\u594b\u597d\u5b66\uff0c\u4e0e\u65f6\u4ff1\u8fdb\uff0c\u4e0d\u65ad\u5b8c\u5584","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1167"}; 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 () { } }); }); }