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=2630&classid=13&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: 1746165423, nonceStr: 'MaBWWi0WukDILUoh', signature: '8a65d7941bb709ed9d237e4e4ca366f863da1388', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u62a4\u7406\u56e2\u961f\uff1a\u53d1\u626c\u4eba\u6587\u7cbe\u795e\uff0c\u4f20\u64ad\u4eba\u6587\u7406\u5ff5","smalltext":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u62a4\u7406\u4e13\u4e1a\u662f\u56fd\u5bb6\u91cd\u70b9\u4e13\u79d1\u30022015\u5e74\u6210\u4e3a\u9999\u6e2f\u7267\u5173\u6559\u80b2\u534f\u4f1a\u201c\u4e34\u5e8a\u5fc3\u7075\u5173\u6000\u5e08\u57f9\u8bad\u57fa\u5730\u201d\uff0c2017\u5e74\u83b7\u6279\u90d1\u5dde\u56fd\u9645\u9020\u53e3\u6cbb\u7597\u5e08\u5b66\u6821\u526f\u6821\u957f\u5355\u4f4d\u53ca\u9020\u53e3\u4f24\u53e3\u6cbb\u7597\u5e08\u4e34\u5e8a\u5b9e\u8df5\u57fa\u5730","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2630"}; 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 () { } }); }); }