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=3101&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: 1745151346, nonceStr: 'PlE0neQcEToueese', signature: '2462a64f392266d376d3470c702cda393a9af7cb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u201c\u4e3a\u5b88\u4e00\u65b9\u51c0\u571f\u201d\u6211\u65e0\u6028\u65e0\u6094","smalltext":"\u75ab\u60c5\u7206\u53d1\u540e\uff0c\u56e0\u5de5\u4f5c\u9700\u8981\uff0c\u6211\u88ab\u62bd\u8c03\u5230\u95e8\u8bca\u53d1\u70ed\u68c0\u6d4b\u70b9\u5de5\u4f5c\u3002\u5f53\u65f6\u6b63\u503c\u4e25\u5bd2\uff0c\u52a0\u4e0a\u95e8\u8bca\u4eba\u6d41\u91cf\u591a\uff0c\u5927\u95e8\u7ecf\u5e38\u5f00\u7740\uff0c\u6bcf\u5929\u90fd\u88ab\u51bb\u7684\u745f\u745f\u53d1\u6296\uff0c\u800c\u4e14\u5de5\u4f5c\u4e2d\u9700\u8981\u91cd\u590d\u7740\u76f8\u540c\u7684\u8bdd\uff0c\u8bf4\u7684\u53e3\u5e72\u820c\u71e5\uff0c\u4f46\u662f\u6211\u4e0d\u6562","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3101"}; 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 () { } }); }); }