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=187&classid=11&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: 1744329225, nonceStr: 'pEQoE9oZYokk4SOa', signature: '65b7b84c51a7e77e669dc2ef013e79ee7b146274', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u804a\u57ce\u5e02\u4e1c\u660c\u5e9c\u4eba\u6c11\u533b\u9662\uff1a\u6c5f\u5317\u6c34\u57ce\u7684\u7eff\u8272\u4eba\u6587\u533b\u9662\u54c1\u724c","smalltext":"\u804a\u57ce\u88ab\u8a89\u4e3a\u201c\u6c5f\u5317\u6c34\u57ce\u3001\u8fd0\u6cb3\u53e4\u90fd\u201d\uff0c\u662f\u56fd\u5bb6\u5386\u53f2\u6587\u5316\u540d\u57ce\uff0c\u4e2d\u56fd\u4f18\u79c0\u65c5\u6e38\u57ce\u5e02\u3001\u4e2d\u56fd\u6e29\u6cc9\u4e4b\u57ce\uff0c\u56fd\u5bb6\u73af\u4fdd\u6a21\u8303\u57ce\uff0c\u4e2d\u534e\u6c11\u65cf\u7684\u6bcd\u4eb2\u6cb3\u9ec4\u6cb3\u4e0e\u5177\u67092500\u5e74\u5386\u53f2\u7684\u4eac\u676d\u5927\u8fd0\u6cb3\u5728\u6b64\u7eb5\u6a2a\u4ea4\u6c47\uff0c\u7d20\u6709\u201c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=187"}; 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 () { } }); }); }