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=2537&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: 1743766647, nonceStr: 'yAIsLTldxNAvuYyt', signature: '8efc6d0db293050085b02a604baaef445769c61e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\uff1a\u6253\u9020360\u5ea6\u5173\u7231\u5987\u5973\u513f\u7ae5\u7684\u6709\u6e29\u5ea6\u7684\u5584\u826f\u533b\u9662","smalltext":"\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\u6210\u7acb\u4e8e1947\u5e74\uff0c\u662f\u56fd\u5185\u6700\u65e9\u7684\u7701\u5e02\u7ea7\u5987\u5e7c\u4fdd\u5065\u9662\u4e4b\u4e00\uff0c\u4e5f\u662f\u5168\u56fd\u9996\u6279\u7231\u5a74\u533b\u9662\u30021995\u5e74\u88ab\u8bc4\u4e3a\u4e09\u7ea7\u7532\u7b49\u4e13\u79d1\u533b\u9662\uff0c2006\u5e74\u6210\u4e3a\u540c\u6d4e\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\u3002\u533b\u9662\u8bbe\u6709","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2537"}; 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 () { } }); }); }