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=3820&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: 1714975132, nonceStr: 'ty7mFTfkvZsl4hKM', signature: '58e725edf760efeaed886d72bad5e55d115564c9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u7f55\u89c1\u201c\u65e0\u60c5\u51b0\u96e8\u201d\u5374\u963b\u6321\u4e0d\u4e86\u4ed6\u4eec\u6551\u4eba\u7684\u811a\u6b65","smalltext":"11\u670819\u65e5\uff0c\u6566\u5316\u5730\u533a\u51fa\u73b0\u6781\u7aef\u5929\u6c14\u2014\u2014\u4e00\u573a\u7f55\u89c1\u7684\u201c\u51b0\u96e8\u201d\uff0c\u5927\u98ce\u4f34\u968f\u7740\u96e8\u5939\u96ea\uff0c\u9053\u8def\u7ed3\u51b0\uff0c\u6240\u6709\u4ea4\u901a\u5de5\u5177\u505c\u8fd0\uff0c\u9ec4\u6ce5\u6cb3\u9547\u6574\u4e2a\u8f96\u533a\u5185\u505c\u7535\u3002\u5728\u5982\u6b64\u6076\u52a3\u7684\u60c5\u51b5\u4e0b\uff0c\u9ec4\u6ce5\u6cb3\u9547\u5185\u4e00\u540d\u9ad8\u5371\u5b55\u4ea7\u5987\u738b\u67d0","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3820"}; 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 () { } }); }); }