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=4351&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: 1744970068, nonceStr: 'Lvzm7T7bIqphwMBv', signature: 'b2c5ae374c9dd0bda5ead498e46346bb5c8c1737', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u75c5\u623f\u91cc\u76845\u00b720\uff1a\u966a\u4f34\uff0c\u5c31\u662f\u6700\u957f\u60c5\u7684\u544a\u767d","smalltext":"5\u00b720\uff0c\u6211\u7231\u4f60\u3002\u5728\u8fd9\u524d\u4e00\u5929\uff0c\u6211\u4eec\u8d70\u8fdb\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u7684\u75c5\u623f\uff0c\u91c7\u8bbf\u60a3\u8005\u3001\u8046\u542c\u62a4\u58eb\u4eec\u53e3\u4e2d\u7684\u201c\u5e73\u51e1\u7231\u60c5\u201d\u3002\u6ca1\u6709\u706f\u5149\u7480\u74a8\u3001\u7ea2\u9152\u9c9c\u82b1\uff0c\u6709\u7684\u662f\u65e5\u591c\u966a\u4f34\uff0c\u6709\u4f60\u8db3\u77e3\u3002\u9992\u5934\u914d\u5927\u849c\uff0c\u201c\u7275\u7740\u624b\u7684\u8001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4351"}; 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 () { } }); }); }