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=4941&classid=10&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: 1714795408, nonceStr: '24kYWjQU8zgTo5kX', signature: '98b065f8ae38a068831de22884ffa2de614e746f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u7b2c\u4e8c\u533b\u9662-\u5355\u5b54\u8179\u8154\u955c\u56e2\u961f","smalltext":"\u5355\u5b54\u8179\u8154\u955c\u624b\u672f \uff0c\u4e3a\u76ee\u524d\u6700\u65b0\u5fae\u521b\u624b\u672f\u4e4b\u4e00\uff0c\u5355\u5b54\u624b\u672f\u5177\u6709\u7622\u75d5\u9690\u853d\u751a\u81f3\u65e0\u75d5\u7684\u4f18\u70b9\uff0c\u5177\u6709\u826f\u597d\u7684\u7f8e\u5bb9\u6548\u679c\uff0c\u540c\u65f6\u5177\u6709\u672f\u540e\u75bc\u75db\u8f7b\u3001\u5feb\u901f\u5eb7\u590d\u7684\u4f18\u52bf\u3002\u76ee\u524d\u53ef\u67e5\u9605\u7684\u9996\u4f8b\u5355\u5b54\u624b\u672f\u662f1969\u5e74Cli","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4941"}; 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 () { } }); }); }