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=4572&classid=10&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: 1716052510, nonceStr: 'hlZIpjHH9YwYAxPP', signature: '5789a296770fa0873e509f870ba219f8974d105e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u515a\u9662\u529e\u56e2\u961f","smalltext":"\u5728\u533b\u9662\u722c\u5761\u8fc7\u574e\u3001\u653b\u575a\u8f6c\u578b\u7684\u5173\u952e\u65f6\u671f\uff0c\u54b8\u9633\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u515a\u9662\u529e\u56e2\u961f\u56f4\u7ed5\u4e2d\u5fc3\u3001\u670d\u52a1\u5927\u5c40\uff0c\u5f00\u62d3\u521b\u65b0\u3001\u9510\u610f\u8fdb\u53d6\uff0c\u5145\u5206\u53d1\u6325\u4ee5\u6587\u8f85\u653f\u3001\u53c2\u8c0b\u52a9\u624b\u3001\u7efc\u5408\u534f\u8c03\u3001\u7763\u5bdf\u843d\u5b9e\u3001\u54c1\u724c\u5efa\u8bbe\u3001\u6587\u5316","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4572"}; 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 () { } }); }); }