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=2777&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: 1747101270, nonceStr: 'nTLpp1knJFczqReQ', signature: '4475b28c3a22aa68017e15aa8935af2a1fbfd5e5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u65b9\u79d1\u6280\u5927\u5b66\u533b\u9662\uff1a\u6218\u75ab\u65e0\u56fd\u754c \u9e4f\u57ce\u518d\u76f8\u4f1a","smalltext":"2020\u5e74\u521d\uff0c\u201c\u65b0\u51a0\u80ba\u708e\u201d\u6765\u88ad\uff0c\u9010\u6e10\u5e2d\u5377\u4e16\u754c\uff0c\u4e00\u573a\u65e0\u58f0\u7684\u6218\u5f79\uff0c\u6084\u7136\u6253\u54cd\uff0c\u4e16\u754c\u4e0a\u5f88\u591a\u57ce\u5e02\u6309\u4e0b\u6682\u505c\u952e\u3002\u7136\u800c\uff0c\u9694\u7edd\u75c5\u6bd2\u4e0d\u9694\u7edd\u7231\uff0c\u6218\u75ab\u65e0\u56fd\u754c\uff0c\u4e0e\u6b64\u540c\u65f6\u53d1\u751f\u7684\uff0c\u8fd8\u6709\u5f88\u591a\u6e29\u6696\u7684\u4e8b\u60c5\u3002\u57283\u6708\u5373\u5c06\u7ed3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2777"}; 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 () { } }); }); }