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=1242&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: 1714612507, nonceStr: 'mXGkRLtuSIvONUPx', signature: '42495ae489acac666d57708ffd1215861d6ee566', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u5e02\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a:\u533b\u7597\u673a\u6784\u3001\u533b\u52a1\u4eba\u5458\u4fe1\u7528\u7b49\u7ea7\u8bc4\u4ef7\u6765\u4e86","smalltext":"2019\u5e747\u670822\u65e5,\u5357\u4eac\u5e02\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u548c\u5357\u4eac\u5e02\u793e\u4f1a\u4fe1\u7528\u4f53\u7cfb\u5efa\u8bbe\u9886\u5bfc\u5c0f\u7ec4\u529e\u516c\u5ba4\uff0c\u8054\u5408\u53d1\u5e03\u300a\u5357\u4eac\u5e02\u533b\u7597\u536b\u751f\u4fe1\u7528\u5206\u7c7b\u76d1\u7ba1\u529e\u6cd5\u300b,\u8be5\u529e\u6cd5\u5c06\u533b\u7597\u536b\u751f\u673a\u6784\u3001\u4ece\u4e1a\u4eba\u5458\u7b49\u5206\u62105\u4e2a\u4fe1\u7528\u7b49","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1242"}; 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 () { } }); }); }