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=3382&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: 1745135957, nonceStr: 'EynhN8hVu0ug22jJ', signature: '339148c9c99716fea5af09df8a012692aeea0983', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u4e00\u9879\u516c\u76ca\uff0c\u5341\u4e8c\u5e74\u575a\u5b88\uff0c\u201c\u5e38\u7231\u7ae5\u5fc3\u201d\u5b88\u62a4\u5148\u5fc3\u75c5\u513f\u7ae5","smalltext":"\u4eca\u5e746\u67086\u65e5\uff0c\u6b63\u503c\u5e38\u5dde\u5e02\u201c\u5e38\u7231\u7ae5\u5fc3\u201d\u6551\u52a9\u5148\u5929\u6027\u5fc3\u810f\u75c5\u513f\u7ae5\u9879\u76ee\u5347\u7ea7\u4e00\u5468\u5e74\uff0c\u5e38\u5dde\u56e2\u5e02\u59d4\u3001\u5e02\u536b\u5065\u59d4\u3001\u5e02\u6148\u5584\u603b\u4f1a\u3001\u5e02\u5fd7\u613f\u8005\u603b\u4f1a\u8054\u5408\u53d1\u8d77\u7ebf\u4e0a\u7231\u5fc3\u4e49\u5356\uff0c\u4e3a\u5148\u5fc3\u75c5\u513f\u7ae5\u52df\u96c6\u5584\u6b3e\u3002\u5f53\u5929\u9080","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3382"}; 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 () { } }); }); }