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=6464&classid=14&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: 1743764923, nonceStr: 'XBLpp3PsK5xaCsxa', signature: 'a8313d71f8cb392eff39b81aaf406a8a3176e92f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u9633\u5149\u4e0e\u4f60","smalltext":"\u65b0\u6865\u533b\u9662\u5987\u79d1\u75c5\u623f\u91cc\uff0c\u624b\u672f\u60a3\u8005\u5df2\u7ecf\u9646\u7eed\u8fd4\u56de\u3002\u4e00\u4f4d\u5bb6\u5c5e\u7126\u6025\u5730\u6765\u5230\u62a4\u58eb\u7ad9\uff1a\u201c\u6211\u8001\u5a46\u73b0\u5728\u89c9\u5f97\u547c\u5438\u56f0\u96be\uff01\u201d\u4f5c\u4e3a\u5f53\u73ed\u62a4\u58eb\uff0c\u6211\u5feb\u901f\u5730\u901a\u77e5\u4e86\u503c\u73ed\u533b\u751f\u5e76\u8fc5\u901f\u548c\u4ed6\u6765\u523021\u5e8a\u5c0f\u73b2\u5e8a\u65c1\u3002\u201c\u6211\u89c9\u5f97","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6464"}; 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 () { } }); }); }