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=4864&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: 1715946964, nonceStr: 'JOMUE45uX7OYPd0A', signature: '3076360f89b88cab4cbe6a6243a50b6a75428155', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662-\u56e2\u59d4","smalltext":"\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u521b\u5efa\u4e8e1889\u5e74\uff0c\u524d\u8eab\u662f\u7f8e\u56fd\u5317\u7f8e\u57fa\u7763\u6559\u6d78\u793c\u4f1a\u521b\u529e\u7684\u201c\u4ec1\u5fb7\u7537\u533b\u9662\u201d\u548c\u201c\u660e\u5fb7\u5973\u533b\u9662\u201d\u30022002\u5e74\u88ab\u536b\u751f\u90e8\u8bc4\u5b9a\u4e3a\u56fd\u5bb6\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\uff0c2012\u5e74\u88ab\u56db\u5ddd\u7701\u536b\u751f\u5385\u786e\u5b9a\u4e3a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4864"}; 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 () { } }); }); }