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=1120&classid=4&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: 1716123044, nonceStr: 'ApSgfLEnHiABhNii', signature: '2bdf6f0d67e154494bf462cd82b1d2c4ded5a929', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u4e2d\u5fc3\u533b\u9662\u674e\u84d3\uff1a\u89e6\u6478\u533b\u5b66\u7684\u6e29\u5ea6","smalltext":"\u68a6\u60f3\u662f\u4e00\u675f\u5149\uff0c\u7167\u4eae\u6211\u4eec\u524d\u884c\u7684\u8def\u3002\u90a3\u4e9b\u5e78\u798f\u4e14\u5e78\u8fd0\u7684\u4eba\uff0c\u662f\u4e00\u4e2a\u4e2a\u6b65\u5c65\u4e0d\u505c\u7684\u8ffd\u5149\u8005\uff0c\u4ed6\u4eec\u62fc\u547d\u7684\u8ffd\uff0c\u4e0d\u5728\u4e4e\u75b2\u60eb\uff0c\u4e0d\u5728\u4e4e\u75af\u72c2\uff0c\u70b9\u4eae\u4e86\u81ea\u5df1\uff0c\u4e5f\u6e29\u6696\u4e86\u4ed6\u4eba\u3002\u5de5\u4f5c\u5341\u5e74\u95f4\uff0c\u4ece\u8bb0\u8005\u5230\u533b\u5ba3\u4eba\uff0c\u5e86\u5e78\u80fd\u591f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1120"}; 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 () { } }); }); }