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=2648&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: 1743785091, nonceStr: '6PIWCJFinAPzxYfi', signature: 'e402ed9b9ca7caf1746de8e082c7c742cad96577', 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\u91d1\u5c71\u533a\u91d1\u5c71\u536b\u9547\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3:\u7231\u7684\u6e2f\u6e7e,-\u7ed9\u751f\u547d\u66f4\u591a\u7684\u7231","smalltext":" 2014\u5e7410\u6708\uff0c\u7531\u4e8e\u4e0a\u6d77\u5e02\u653f\u5e9c\u5b9e\u4e8b\u9879\u76ee\u201c\u8212\u7f13\u7597\u62a4\u201d\u7684\u8fdb\u4e00\u6b65\u63a8\u8fdb\uff0c\u4e0a\u6d77\u5e02\u91d1\u5c71\u533a\u91d1\u5c71\u536b\u9547\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u88ab\u5217\u4e3a\u7b2c\u4e8c\u6279\u8bd5\u70b9\u5efa\u8bbe\u5355\u4f4d\u627f\u8f7d\u4e34\u7ec8\u5173\u6000\u7684\u5de5\u4f5c\uff0c\u56e0\u6b64\u800c\u8bde\u751f\u4e86\u4e00\u4e2a\u4f18\u79c0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2648"}; 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 () { } }); }); }