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=5377&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: 1714336006, nonceStr: 'HbkRPrx3mOTfRQF0', signature: 'fc3f03c8552384c5ea95b3717069cbd2d86d8abe', 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:81\u5c81\u5976\u5976\u4eb2\u624b\u7f16\u7ec7\u5305\u5305\u9001\u7ed9\u5979\u7684\u4e3b\u6cbb\u533b\u751f","smalltext":"\u201c\u6211\u4e0d\u77e5\u9053\u8be5\u600e\u4e48\u8868\u8fbe\u611f\u6fc0\u4e4b\u60c5\uff0c\u7ed9\u4f60\u94b1\u5427\u554a\uff0c\u4f60\u4e5f\u4e0d\u6536\uff0c\u8fd9\u662f\u6211\u7a7a\u95f2\u65f6\u4eb2\u624b\u7f16\u7ec7\u7684\uff0c\u5e84\u5927\u592b\uff0c\u8bf7\u4f60\u4e00\u5b9a\u8981\u6536\u4e0b\u3002\u201d\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u5987\u4ea7\u79d1\u526f\u4e3b\u4efb\u5e84\u5fd7\u4e3d\u533b\u751f\u6536\u523081\u5c81\u671d\u9c9c\u65cf\u5976\u5976\u9001\u6765\u7684\u4e00\u4efd\u7279\u6b8a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5377"}; 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 () { } }); }); }