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=3972&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: 1745109505, nonceStr: 'F6uVQ7GkrBFtHGdd', signature: '648a840bbd0979a426a5c3c64526afd126d47695', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u51a0\u8109\u652f\u67b6\u771f\u6b63\u8fdb\u5165\u201c\u767e\u5143\u65f6\u4ee3\u201d","smalltext":"\u300a\u4e2d\u56fd\u5fc3\u8840\u7ba1\u5065\u5eb7\u4e0e\u75be\u75c5\u62a5\u544a2019\u300b\u663e\u793a\uff0c\u6211\u56fd\u5fc3\u8840\u7ba1\u75c5\u60a3\u75c5\u603b\u4eba\u6570\u8fbe3.3\u4ebf\uff0c\u5fc3\u8840\u7ba1\u75c5\u4ecd\u5360\u636e\u57ce\u4e61\u5c45\u6c11\u603b\u6b7b\u4ea1\u539f\u56e0\u7684\u9996\u4f4d\u3002\u51a0\u8109\u4ecb\u5165\u6cbb\u7597\u7531\u4e8e\u5fae\u521b\u3001\u624b\u672f\u98ce\u9669\u4f4e\u3001\u5e76\u53d1\u75c7\u5c11\u3001\u4f4f\u9662\u65f6\u95f4\u77ed","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3972"}; 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 () { } }); }); }