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=2281&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: 1747124400, nonceStr: 'Vh1lGyKPoTkqV7Of', signature: '6b335f595a5fdb197eca2d404af7174f8b620dd8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u660c\u5e02\u6d2a\u90fd\u4e2d\u533b\u9662\uff1a\u4f60\u8fd9\u6837\u7684\u597d\u5973\u513f\uff0c\u6211\u611f\u5230\u65e0\u6bd4\u7684\u9a84\u50b2","smalltext":"\u201c\u70fd\u706b\u8fde\u4e09\u6708\uff0c\u5bb6\u4e66\u62b5\u4e07\u91d1\u3002\u201d\u4e00\u7eb8\u5bb6\u4e66\uff0c\u5370\u523b\u7684\u4e0d\u4ec5\u4ec5\u662f\u6587\u5b57\uff0c\u8fd8\u6709\u7ef5\u957f\u7684\u601d\u5ff5\u4e0e\u7275\u6302\u3002\u8fd1\u65e5\uff0c\u5357\u660c\u5e02\u6d2a\u90fd\u4e2d\u533b\u9662\u4e94\u75c5\u533a\u4e3b\u7ba1\u62a4\u5e08\u5b97\u9896\u7684\u7236\u4eb2\u5c06\u6d53\u6d53\u7684\u7236\u7231\u548c\u6b23\u6170\u6c47\u4e8e\u7b14\u5c16\uff0c\u5199\u6210\u4e00\u5c01\u4fe1\u9065\u5bc4\u7ed9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2281"}; 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 () { } }); }); }