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=1676&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: 1747169376, nonceStr: 'ulISTNJbbAe8ihFL', signature: '36c898b7f62c736c66a10677c28647fd3a9d05e1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u9996\u6279\u533b\u62a4\u4eba\u5458\u9a70\u63f4\u6b66\u6c49","smalltext":"2020\u5e741\u670826\u65e5\u4e0a\u53488:30 \uff0c\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u9a70\u63f4\u6e56\u5317\u6297\u51fb\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u533b\u7597\u961f\u6b22\u9001\u4eea\u5f0f\u5728\u8001\u5e72\u4e2d\u5fc3\u4f1a\u8bae\u5ba4\u9686\u91cd\u4e3e\u884c\u3002\u5415\u6881\u5e02\u653f\u5e9c\u5e02\u957f\u738b\u7acb\u4f1f\u3001\u79d8\u4e66\u957f\u6743\u5a01\uff1b\u6c7e\u9633\u5e02\u653f\u5e9c\u5e38\u52a1\u526f\u5e02\u957f\u9773\u5b66\u5f3a\u3001","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1676"}; 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 () { } }); }); }