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=4691&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: 1715264748, nonceStr: 'rixEQu3IoCCarDTs', signature: '91a0b099279ea73d08156216d2db293ac0dac3fd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662-\u8154\u955c\u4e2d\u5fc3","smalltext":"\u201c\u73b0\u5728\u6765\u505a\u80c3\u80a0\u955c\u6bd4\u4ee5\u524d\u65b9\u4fbf\u591a\u4e86\uff01\u201d\u201c\u73af\u5883\u66f4\u597d\uff0c\u8bbe\u5907\u4e5f\u66f4\u5148\u8fdb\u4e86\uff01\u201d\u2026\u2026\u5bbd\u655e\u660e\u4eae\u7684\u5019\u8bca\u5ba4\u3001\u5148\u8fdb\u7684\u8bca\u7597\u4eea\u5668\u3001\u5b9e\u529b\u96c4\u539a\u7684\u4e13\u5bb6\u56e2\u961f\u2026\u20262021\u5e746\u67086\u65e5\uff0c\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\u7b2c\u4e09\u4f4f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4691"}; 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 () { } }); }); }