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=6507&classid=14&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: 1749064074, nonceStr: 'GDST2IQcTrtVzh8M', signature: 'b28e81956594b333520d911569851a1949e3f282', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5355\u4f4d\u8bbe\u201c\u7ea2\u5a18\u5956\u201d\uff0c\u4e3a\u533b\u52a1\u4eba\u5458\u5bfb\u627e\u771f\u7231","smalltext":"\u8fd1\u65e5\uff0c\u6e56\u5357\u7701\u80f8\u79d1\u533b\u9662\u5de5\u4f1a\u5de5\u4f5c\u4eba\u5458\u901a\u8fc7\u7535\u8bdd\u8054\u7cfb\u4e0a\u4e86\u65b0\u5165\u804c\u768426\u5c81\u672a\u5a5a\u9752\u5e74\u5468\u533b\u751f\uff0c\u5728\u5f81\u5f97\u540c\u610f\u540e\uff0c\u5de5\u4f5c\u4eba\u5458\u8be2\u95ee\u4e86\u5979\u7684\u76f8\u5173\u5174\u8da3\u7231\u597d\u548c\u62e9\u5076\u6807\u51c6\uff0c\u4e3a\u5979\u5efa\u7acb\u4e86\u300a\u5355\u8eab\u5927\u9f84\u9752\u5e74\u6863\u6848\u300b\u3002\u8fd1\u5e74","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6507"}; 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 () { } }); }); }