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=5302&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: 1715919800, nonceStr: '8Ryqj4rHh2gCMJpR', signature: '67cf1e52391dc912e83da000906cda3bdba21681', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5439\u54cd\u6297\u75ab\u201c\u96c6\u7ed3\u53f7\u201d\u8ba9\u515a\u65d7\u5728\u6297\u75ab\u4e00\u7ebf\u9ad8\u9ad8\u98d8\u626c","smalltext":"\u201c\u4e00\u4e2a\u652f\u90e8\u5c31\u662f\u4e00\u5ea7\u5821\u5792\u3001\u4e00\u540d\u515a\u5458\u5c31\u662f\u4e00\u9762\u65d7\u5e1c\u201d\u3002\u8fde\u65e5\u6765\uff0c\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7275\u52a8\u7740\u6bcf\u4e2a\u4eba\u7684\u5fc3\u3002\u9762\u5bf9\u5f53\u524d\u75ab\u60c5\u9632\u63a7\u7684\u4e25\u5cfb\u5f62\u52bf\uff0c\u95fd\u4e1c\u533b\u9662\u515a\u59d4\u79ef\u6781\u54cd\u5e94\u4e0a\u7ea7\u53f7\u53ec\uff0c\u5439\u54cd\u6297\u75ab\u201c\u96c6\u7ed3\u53f7\u201d\uff0c\u201c\u75ab","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5302"}; 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 () { } }); }); }