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=5424&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: 1715449772, nonceStr: 'okyy1ZwLn0jdXMi1', signature: '8bb073dc852a2a565fe372f6e395682bf0a4982e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u60a8\u7684\u7b11\u5bb9 \u6e29\u6696\u6211\u5fc3","smalltext":"2022\u5e748\u67088\u65e5\u4e0a\u5348\uff0c\u5728\u56db\u533b\u9aa8\u79d1\u4e09\u75c5\u533a\uff0c\u60a3\u8005\u5510\u5148\u751f\u7684\u5bb6\u5c5e\u624b\u6367\u9c9c\u82b1\uff0c\u7b11\u76c8\u76c8\u5730\u5411\u79d1\u5ba4\u7684\u533b\u62a4\u4eba\u5458\u81f4\u8c22\uff0c\u5e76\u53cd\u590d\u5631\u5490\uff1a\u201c\u8fd9\u675f\u82b1\u8bf7\u8f6c\u4ea4\u7ed9\u8881\u533b\u751f\uff0c\u611f\u8c22\u4ed6\u5728\u6211\u7238\u7238\u4f4f\u9662\u671f\u95f4\u7684\u7cbe\u5fc3\u6cbb\u7597\uff0c\u539f\u672c\u6211\u7238\u7238\u8170","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5424"}; 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 () { } }); }); }