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=1065&classid=4&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: 1715731125, nonceStr: '50cW29UIzxlrr0TP', signature: '760e6a033b0c56312dc97b6e542e207259ca7529', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u738b\u5c0f\u7490\uff1a\u5f53\u9662\u62a5\u5c0f\u7f16\u7684\u65e5\u5b50","smalltext":"\u8bfb\u4e66\u7684\u65f6\u5019\uff0c\u6211\u5c31\u68a6\u60f3\u7740\u957f\u5927\u4e86\u627e\u4e00\u4efd\u201c\u7f16\u7f16\u5199\u5199\u201d\u7684\u5de5\u4f5c\u3002\u975e\u5e38\u5e78\u8fd0\u7684\u662f\uff0c\u81ea2016\u5e74\u8fdb\u5165\u533b\u9662\u5de5\u4f5c\u65f6\u6211\u4fbf\u5f00\u59cb\u63a5\u89e6\u5230\u9662\u62a5\u4e86\uff0c\u4e5f\u5c31\u662f\u90a3\u65f6\u8d77\u6211\u4e0e\u9662\u62a5\u5171\u540c\u8d70\u8fc7\u4e864\u5e74\u7684\u533b\u5b66\u5149\u9634\u3002\u5e38\u5e38\u80fd\u56de","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1065"}; 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 () { } }); }); }