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=4042&classid=5&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: 1745056474, nonceStr: 'bN42rz3KRzhl6F7S', signature: 'c916bb0d1e5913d22cfee5d52de1b7eaa1f58b0e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8861\u5357\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u4eca\u5e74\u6625\u8282\uff0c\u6211\u5728\u4e00\u7ebf","smalltext":"\u65b0\u6625\u4f73\u8282\uff0c\u662f\u4e3e\u56fd\u6b22\u5e86\u3001\u4e07\u5bb6\u56e2\u5706\u7684\u597d\u65e5\u5b50\uff0c\u56de\u5bb6\u4e0e\u4eb2\u4eba\u56e2\u805a\u662f\u6bcf\u4e2a\u4eba\u7684\u6e34\u76fc\u3002\u7136\u800c\uff0c\u8fd9\u4e9b\u613f\u671b\u5bf9\u6625\u8282\u503c\u5b88\u7684\u533b\u62a4\u4eba\u5458\u5374\u6210\u4e3a\u4e00\u79cd\u5962\u671b\u3002\u5f53\u5927\u591a\u6570\u4eba\u548c\u5bb6\u4eba\u56e2\u5706\u7684\u65f6\u5019\uff0c\u4ed6\u4eec\u5374\u4f9d\u7136\u575a\u5b88\u5728\u6551\u6b7b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4042"}; 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 () { } }); }); }