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=940&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: 1715924225, nonceStr: 'snvvyyjYTaChsDsg', signature: '06ae6bd99699c80e0e55c1e73a83b6244f916f49', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f20\u5fd7\u8c6a\uff1a\u4ec0\u4e48\u90fd\u201c\u591a\u4e00\u70b9\u201d \u624d\u80fd\u4e0e\u5c45\u6c11\u66f4\u4eb2\u8fd1","smalltext":"\u51fa\u751f\u4e8e1984\u5e74\u7684\u5f20\u5fd7\u8c6a\uff0c\u662f\u57fa\u5c42\u5bb6\u5ead\u533b\u751f\u56e2\u961f\u4e2d\u76f8\u5bf9\u5e74\u8f7b\u7684\u3002\u4e2d\u7b49\u8eab\u6750\uff0c\u5706\u8138\uff0c\u770b\u4e0a\u53bb\u4e00\u56e2\u548c\u6c14\u30022008\u5e74\u4e00\u6bd5\u4e1a\u5c31\u624e\u6839\u5728\u4e86\u60e0\u5c71\u533a\u6d1b\u793e\u9547\u77f3\u5858\u6e7e\u536b\u751f\u9662\uff0c\u5728\u8fd9\u91cc\u5949\u732e\u4e86\u5341\u5e74\u9752\u6625\u3002\u770b\u8bca\u591a\u4e00\u70b9\u8010","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=940"}; 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 () { } }); }); }