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=5462&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: 1715521500, nonceStr: 'evTbhgk2ld4qtBWI', signature: '76ac00ca1ad5b361f1a654eaf86b11947cac5691', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u4eba\u4eba\u8bf42\u5206\u949f\u6025\u6551\uff0c\u4e3e\u529e\u201c\u6025\u6551\u65b0\u4eba\u201d\u79d1\u666e\u5927\u8d5b","smalltext":"\u4eca\u5e74\u76849\u670810\u65e5\u662f\u7b2c23\u4e2a\u201c\u4e16\u754c\u6025\u6551\u65e5\u201d\uff0c\u4e3b\u9898\u4e3a\u201c\u7ec8\u8eab\u5b66\u6025\u6551\u3001\u6551\u62a4\u4f34\u6211\u884c\u201d\u30029\u67088\u65e5\u4e0b\u5348\uff0c\u7531\u82cf\u5dde\u9ad8\u65b0\u533a\u793e\u4f1a\u4e8b\u4e1a\u5c40\u3001\u7ea2\u5341\u5b57\u4f1a\u3001\u79d1\u534f\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u8054\u5408\u4e3b\u529e\uff0c\u82cf\u5dde\u9ad8\u65b0\u533a\u6587\u660e\u529e\u3001\u56e2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5462"}; 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 () { } }); }); }