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=1776&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: 1714624980, nonceStr: 'GaFWXBbWGy3lJXb6', signature: 'ebef361ce8e6a732744926213de2f8a9bc302f25', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u6211\u52aa\u529b\u7684\u76ee\u6807\u5c31\u662f\u5e0c\u671b\u5c3d\u65e9\u8ba9\u5927\u5bb6\u6458\u4e0b\u53e3\u7f69","smalltext":"2020\u5e74\u6625\u8282\uff0c\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u4fb5\u88ad\u5168\u56fd\uff0c\u75ab\u60c5\u9632\u63a7\u53d8\u6210\u4e86\u6625\u8282\u671f\u95f4\u6700\u7d27\u8feb\u6700\u91cd\u8981\u7684\u4efb\u52a1\uff0c\u65f6\u523b\u8003\u9a8c\u7740\u6240\u6709\u533b\u52a1\u5de5\u4f5c\u8005\uff0c\u5bf9\u9632\u63a7\u4e00\u7ebf\u7684\u547c\u5438\u5185\u79d1\u6765\u8bf4\uff0c\u8fd9\u66f4\u662f\u4e00\u573a\u6ca1\u6709\u785d\u70df\u7684\u6218\u4e89\u3002\u674e\u5ce5\u662f\u6211\u9662\u547c\u5438\u5185","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1776"}; 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 () { } }); }); }