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=1276&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: 1714774190, nonceStr: 'dtKCkoQJqDfqHqA4', signature: '5d0f398d13f630136a0a1263d29469d9a3b64772', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662:\u4e8c\u80ce\u5988\u5988\u5b50\u5bab\u7834\u88c2 \u533b\u9662\u6210\u529f\u62a2\u6551\u529b\u4fdd\u6bcd\u5b50\u5e73\u5b89","smalltext":"\u598a\u5a20\u671f\u5b50\u5bab\u7834\u88c2\u662f\u4ea7\u79d1\u7b2c\u4e00\u6025\u75c7\uff0c\u4e24\u4e2a\u9c9c\u6d3b\u7684\u751f\u547d\u547d\u60ac\u4e00\u7ebf\uff0c\u751f\u547d\u5728\u540c\u65f6\u95f4\u8d5b\u8dd1\uff01\u8fd9\u662f\u8003\u9a8c\u5987\u4ea7\u79d1\u533b\u751f\u4e34\u5e8a\u5e94\u6025\u80fd\u529b\u7684\u6700\u597d\u6848\u4f8b\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1276"}; 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 () { } }); }); }