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=4881&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: 1715946963, nonceStr: '7Seyp3QydGbqWNEA', signature: 'e63eca85069eb138e5c029de4c989ec6c2b9b92f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662-\u4ece\u201c\u8f93\u8840\u201d\u5230\u201c\u9020\u8840\u201d\u7684\u8f6c\u53d8","smalltext":"\u6210\u90fd\uff0c\u662f\u4e2d\u56fd\u897f\u90e8\u5a92\u4f53\u8d44\u6e90\u6700\u4e30\u5bcc\u7684\u57ce\u5e02\u3002\u5a92\u4f53\u7684\u6d3b\u8dc3\uff0c\u4e5f\u5c06\u5e26\u52a8\u57ce\u5e02\u4e2d\u4f01\u4e8b\u4e1a\u5355\u4f4d\u7684\u5ba3\u4f20\u79ef\u6781\u6027\u3002\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff0c\u4f4d\u4e8e\u6210\u90fd\u4e4b\u897f\u2014\u2014\u6e29\u6c5f\u3002\u8fd9\u662f\u4e00\u6240\u5177\u670983\u5e74\u5386\u53f2\u7684\u533b\u9662\uff0c\u4e5f\u662f\u6210\u90fd\u897f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4881"}; 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 () { } }); }); }