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=2766&classid=13&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: 1743811333, nonceStr: 'UfoPV05eUDFSIrAt', signature: 'ac7682410d0017106266cff308402ab2663df188', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6625\u9999\u7231\u5fc3\u56e2\u961f\uff0c\u8d70\u8fdb\u57fa\u5c42\u767e\u59d3","smalltext":"\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u201c\u6625\u9999\u7231\u5fc3\u56e2\u961f\u201d\u6210\u7acb\u4e8e2014\u5e743\u67085\u65e5\uff0c\u56e2\u961f\u4ee5\u8be5\u9662\u62a4\u58eb\u3001\u4e2d\u56fd\u597d\u4eba\u7ae5\u6625\u9999\u7684\u540d\u5b57\u547d\u540d\uff0c\u65e8\u5728\u901a\u8fc7\u7ae5\u6625\u9999\u201c\u5173\u7231\u4ed6\u4eba\uff0c\u4e50\u4e8e\u52a9\u4eba\uff0c\u6562\u4e8e\u62c5\u5f53\u201d\u7684\u699c\u6837\u529b\u91cf\uff0c\u5e26\u52a8\u8eab\u8fb9\u66f4\u591a\u7684\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2766"}; 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 () { } }); }); }