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=3349&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: 1745135811, nonceStr: 'ohZWXaYv4lmACq9s', signature: '1e4c9a06e58fb214e49ece3fba277439b952737b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u516d\u4e00\u513f\u7ae5\u8282\uff0c\u6211\u4eec\u4e0e\u4f60\u4eec\u201c\u7ae5\u201d\u5728","smalltext":"\u53c8\u662f\u4e00\u5e74\u513f\u7ae5\u8282\uff0c2020\u5e74\u6709\u6240\u4e0d\u540c\uff0c\u56e0\u4e3a\u65b0\u51a0\u75ab\u60c5\uff0c\u4e3a\u4e86\u9632\u611f\u67d3\uff0c\u516d\u4e00\u513f\u7ae5\u8282\u4e0d\u80fd\u805a\u96c6\uff0c\u4e0d\u4ec5\u4e00\u4e9b\u4eb2\u5b50\u6d3b\u52a8\u3001\u8da3\u5473\u8fd0\u52a8\u4f1a\u4e3e\u529e\u4e0d\u6210\uff0c\u4e00\u4e9b\u535a\u7269\u9986\u3001\u6d3b\u52a8\u4e2d\u5fc3\u3001\u6e38\u56ed\u4f1a\u4e5f\u6682\u4e0d\u5f00\u653e\u3002\u7279\u522b\u662f\u751f\u75c5\u7684\u5c0f\u670b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3349"}; 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 () { } }); }); }