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=4726&classid=11&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: 1743764803, nonceStr: 'F2trW0qkBKDKexsW', signature: 'ecf0bfbf2e25adeeacc4137d0b53d7a860f29caf', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u4eba\u6c11\u533b\u9662-\u4e92\u8054\u7f51+\u533b\u9662\u836f\u5b66\uff0c\u52a9\u529b\u60a3\u8005\u5c45\u5bb6\u7ba1\u7406","smalltext":" 2020\u5e741\u670825\u65e5\uff0c\u519c\u5386\u5927\u5e74\u521d\u4e00\uff0c\u6b63\u662f\u5343\u5bb6\u4e07\u6237\u9616\u5bb6\u56e2\u5706\u7684\u65e5\u5b50\u3002\u665a\u4e0a\u5341\u70b9\u5de6\u53f3\uff0c\u4e00\u6761\u201c\u660e\u5929\u516b\u70b9\u6240\u6709\u4eba\u5458\u987b\u51c6\u65f6\u5230\u5c97\u4e0a\u73ed\u201d\u7684\u7d27\u6025\u901a\u77e5\u8fdb\u5165\u6240\u6709\u4e2d\u5fc3\u533b\u9662\u804c\u5de5\u7684\u773c\u5e18\u3002\u9662\u9886\u5bfc\u7efc\u5408\u8003\u8651\u6700","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4726"}; 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 () { } }); }); }