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=3804&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: 1745108410, nonceStr: 'aAY3wBSi0gJhVliC', signature: '82453cca0f0fc9c5df371058c5e9854718822e83', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u533b\u5fc3\u5b88\u62a4\uff0c\u9752\u5e74\u4f20\u627f\u2014\u2014\u82cf\u5dde\u9ad8\u65b0\u533a\u4e3e\u884c\u201c\u5320\u4eba\u5320\u5fc3\u201d\u9752\u4eab\u4f1a","smalltext":"\u8fd1\u65e5\uff0c\u5171\u9752\u56e2\u6c5f\u82cf\u7701\u59d4\u4e0b\u53d1\u300a\u5173\u4e8e\u7ec4\u7ec7\u5f00\u5c55\u201c\u5320\u4eba\u5320\u5fc3\u201d\u9752\u4eab\u4f1a\u7684\u901a\u77e5\u300b\uff0c\u8981\u6c42\u5168\u7701\u5404\u5730\u6d8c\u73b0\u7684\u5168\u56fd\u3001\u7701\u7ea7\u9752\u5e74\u5c97\u4f4d\u80fd\u624b\u53ca\u632f\u5174\u676f\u7701\u8d5b\u4ee5\u4e0a\u83b7\u5956\u9009\u624b\u7b49\u5148\u8fdb\u5178\u578b\u901a\u8fc7\u5206\u4eab\u6d3b\u52a8\uff0c\u8425\u9020\u6280\u80fd\u6210\u624d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3804"}; 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 () { } }); }); }