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=6910&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: 1762265903, nonceStr: 'IIwEoDQN3LGshMrG', signature: '3a726117c8978d5490ec16e18887c660a99585cd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a24\u5c81\u5973\u5b69\u96e8\u5929\u9a91\u8f66\u5934\u90e8\u91cd\u521b\uff0c\u4ece\u547d\u60ac\u4e00\u7ebf\u5230\u8fce\u6765\u65b0\u751f","smalltext":"\u79cb\u96e8\u8fde\u7ef5\uff0c\u4ece\u767d\u5929\u4e0b\u5230\u9ed1\u591c\uff0c\u4ece\u7761\u68a6\u4e0b\u5230\u6668\u8d77\uff0c\u4f34\u968f\u7740\u6dc5\u6ca5\u6dc5\u6ca5\u7684\u96e8\u58f0\uff0c\u5c0f\u7fbd\uff08\u5316\u540d\uff09\u7238\u7238\u5df2\u5728\u533b\u9662\u75c5\u623f\u95e8\u53e3\u7ad9\u4e8622\u5929\u65f6\u95f4\uff0c\u4ed6\u6b63\u5728\u966a\u4f3424\u5c81\u7684\u5973\u513f\u76f4\u9762\u4eba\u751f\u4e2d\u4e00\u5927\u96be\u5173\u30028\u670829\u65e5\u4e0b\u53486\u65f6\u8bb8\uff0c\u5c0f\u7fbd\u56e0\u4e3a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6910"}; 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 () { } }); }); }