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=1442&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: 1747204175, nonceStr: '5NOdrejwuVj5YT0Z', signature: '512daadc7279ca72b7099a41325e0e96786f4adc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u884c\u653f\u540e\u52e4\u7b2c\u4e00\u515a\u652f\u90e8\u6811\u652f\u90e8\u54c1\u724c \u8ba9\u515a\u5458\u8fc7\u597d\u201c\u653f\u6cbb\u751f\u65e5\u201d","smalltext":"\u3000\u3000\u201c\u5218\u660c\u660e\u540c\u5fd7\uff0c\u4eca\u5929\u662f\u4f60\u5165\u515a22\u5468\u5e74\u7eaa\u5ff5\u65e5\uff0c\u90d1\u91d1\u806a\u540c\u5fd7\uff0c\u4eca\u5929\u662f\u4f60\u5165\u515a21\u5468\u5e74\u7eaa\u5ff5\u65e5\uff0c\u515a\u7ec4\u7ec7\u5411\u4f60\u4eec\u8868\u793a\u70ed\u70c8\u7684\u795d\u8d3a\u2026\u2026\u201d\u95fd\u4e1c\u533b\u9662\u884c\u653f\u540e\u52e4\u7b2c\u4e00\u515a\u652f\u90e8\u4e66\u8bb0\u6bdb\u6c38\u9752\u540c\u5fd7\u5e84\u91cd\u7684\u8bf4\u51fa\u300211","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1442"}; 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 () { } }); }); }