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=5300&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: 1715911351, nonceStr: 'kwifdr1p4x8uMiGf', signature: 'fdfb2648748aa5cd5f470fa40a20e88bbb991088', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u4e24\u5c81\u5b9d\u5b9d\u5bb3\u6015\u624b\u672f \u62a4\u58eb\u4e70\u73a9\u5177\u6696\u5fc3\u5b89\u629a","smalltext":"\u201c\u5929\u5929\uff0c\u963f\u59e8\u4eca\u5929\u7ed9\u4f60\u5e26\u6765\u4e86\u4e2a\u60ca\u559c\uff0c\u4f60\u770b\uff0c\u8fd9\u662f\u4ec0\u4e48\u5440\uff1f\u201d\u201c\u54c7\uff0c\u662f\u73a9\u5177\u8f66\uff0c\u6211\u6700\u559c\u6b22\u8f66\u8f66\u4e86\uff01\u201d\u8fd1\u65e5\uff0c\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662(\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662)\u80c3\u80a0\u5916\u79d1\u91cc\u6765\u4e86\u4e00\u4f4d\u5b9d\u5b9d\u60a3\u8005\u4e24\u5c81\u7684\u5929\u5929\uff0c\u4e3a\u4e86\u5b89\u629a\u8981\u72ec","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5300"}; 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 () { } }); }); }