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=1262&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: 1749481197, nonceStr: 'J5KoBTNTCBKkIkae', signature: '954532f2affb5077e0ed86026b354277fac04cb0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\uff1a\u8d74\u51c9\u5c71\u5dde\u666e\u683c\u53bf\u80dc\u5229\u6751\u5f00\u5c55\u7cbe\u51c6\u6276\u8d2b\u8c03\u7814","smalltext":"2019\u5e7410\u670814-15\u65e5\uff0c\u6211\u9662\u9662\u957f\u6768\u601d\u8fdb\u5e26\u9886\u76f8\u5173\u804c\u80fd\u90e8\u95e8\u8d1f\u8d23\u4eba\u53ca\u4e34\u5e8a\u79d1\u5ba4\u4e13\u5bb6\u7b49\u8d74\u51c9\u5c71\u5dde\u666e\u683c\u53bf\u7279\u8865\u4e61\u80dc\u5229\u6751\u5f00\u5c55\u7cbe\u51c6\u6276\u8d2b\u8c03\u7814\u5de5\u4f5c\u3002\u6768\u601d\u8fdb\uff08\u4e2d\uff09\u4e3a\u9a7b\u6751\u5e72\u90e8\u9001\u6170\u95ee\u54c110\u670814\u65e5\uff0c\u6211\u9662\u9662\u957f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1262"}; 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 () { } }); }); }