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=1378&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: 1747193557, nonceStr: 'N6RkIRpZ38lWKmM9', signature: '7189131eea1a804639003840db709d000467d5a4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u901a\u77e5\uff1a2019\u5e74\u5ea6\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u59d4\u5458\u8ff0\u804c\u8bc4\u4f18\u5de5\u4f5c\u5f00\u59cb","smalltext":"\u4e3a\u4e86\u66f4\u597d\u7684\u6fc0\u52b1\u5404\u4f4d\u59d4\u5458\u7acb\u8db3\u5c97\u4f4d\u505a\u597d\u533b\u9662\u4eba\u6587\u5efa\u8bbe\uff0c\u516c\u6b63\u7684\u8bc4\u4ef7\u4e13\u59d4\u4f1a\u5404\u4f4d\u59d4\u5458\u4e00\u5e74\u6765\u7684\u5de5\u4f5c\u4e1a\u7ee9\uff0c\u52a0\u5f3a\u4e13\u59d4\u4f1a\u7ba1\u7406\u548c\u670d\u52a1\u3002\u5373\u65e5\u8d77\uff0c\u8bf7\u5404\u4f4d\u59d4\u5458\u901a\u8fc7\u201c\u4e13\u59d4\u4f1a\u59d4\u5458\u8ff0\u804c\u7cfb\u7edf\u201dhttp:\/\/www","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1378"}; 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 () { } }); }); }