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=2369&classid=10&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: 1716237533, nonceStr: '8PwGNmOw0KVmt5CF', signature: '025e63fc34f878ad955c5e8f249622a2271c271f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a\u60a3\u8005\u6ee1\u610f\u5458\u5de5\u5e78\u798f\u7684\u4eba\u6587\u533b\u9662","smalltext":" \u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u59cb\u5efa\u4e8e1912\u5e74\uff0c\u7cfb\u6211\u56fd\u7559\u7f8e\u5f52\u56fd\u7b2c\u4e00\u4f4d\u533b\u5b66\u535a\u58eb\u3001\u4e2d\u534e\u533b\u5b66\u4f1a\u9996\u4efb\u4f1a\u957f\u989c\u798f\u5e86\u5148\u751f\u6240\u521b\u529e\u3002\u5176\u524d\u8eab\u4e3a\u4e2d\u56fd\u7ea2\u5341\u5b57\u4f1a\u6e56\u5357\u5206\u4f1a\u533b\u9662\uff0c1924\u5e74\u66f4\u540d\u4e3a\u6e56\u5357\u4ec1\u672f\u533b\u9662\uff0c1958\u5e74","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2369"}; 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 () { } }); }); }