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=2976&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: 1714860971, nonceStr: 'LkrZ1S3BMULnc77m', signature: '7a7bc51a83b71c09a7546cd2edbb994c082a46bd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u6b63\u4e0e\u533b\u751f\u901a\u7740\u8bdd\uff0c\u5fc3\u6897\u5c31\u53d1\u751f\u4e86","smalltext":"\u5bb6\u4f4f\u6e29\u6c5f\u533a\u7684\u66fe\u5148\u751f\uff0c\u4eca\u5e7455\u5c81\u3002\u6700\u8fd1\uff0c\u4ed6\u53cd\u590d\u51fa\u73b0\u80f8\u90e8\u95f7\u80c0\u7b49\u60c5\u51b5\uff0c\u5e73\u65e5\u91cc\u5de5\u4f5c\u538b\u529b\u8f83\u5927\u7684\u66fe\u5148\u751f\u9177\u7231\u5438\u70df\uff0c\u66fe\u5148\u751f\u4ee5\u4e3a\u81ea\u5df1\u80ba\u4e0a\u51fa\u4e86\u4e00\u4e9b\u5c0f\u6bdb\u75c5\uff0c\u4fbf\u72ec\u81ea\u6765\u5230\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\u5fc3\u5185\u79d1\u5c31\u8bca","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2976"}; 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 () { } }); }); }