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=2821&classid=11&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: 1715788577, nonceStr: 'yF2GwJGflX5d5yvi', signature: 'e700c73fef67fb5dc718843bc273b865a55b2cb7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u7b2c\u56db\u533b\u9662\uff1a\u5927\u5e74\u4e09\u5341\u63d2\u7ba1\u76f4\u9762\u75c5\u6bd2\uff0c\u4e0e\u6b7b\u795e\u62a2\u4eba","smalltext":"\u968f\u7740\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u5728\u6b66\u6c49\u5e02\u7684\u53d1\u5c55\u8d8a\u6765\u8d8a\u4e25\u5cfb\uff0c\u533b\u9662\u53d6\u6d88\u4e86\u6625\u8282\u5047\u671f\uff0c\u5168\u9662\u804c\u5de5\u968f\u65f6\u5f85\u547d\u3002\u6b66\u6c49\u5e02\u7b2c\u56db\u533b\u9662\u53e4\u7530\u9662\u533a\u88ab\u5b9a\u4e3a\u6b66\u6c49\u5e02\u7b2c\u4e00\u6279\u65b0\u51a0\u75c5\u4eba\u7684\u5b9a\u70b9\u6536\u6cbb\u533b\u9662\u3002\u75ab\u60c5\u671f\u95f4 \u522b\u6837\u7684\u8de8\u5e74","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2821"}; 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 () { } }); }); }