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=2750&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: 1715920885, nonceStr: '5Djw7OiqXBJd7RCx', signature: '3bbf7a5400a912dfa07dd9faf7298871c5e3b601', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u5357\u4e01\u683c\u5c14\u5fd7\u613f\u62a4\u7406\u670d\u52a1\u961f\uff1a\u4f20\u9012\u7231\u7684\u529b\u91cf","smalltext":"\u4e00\u3001\u7ec4\u7ec7\u6210\u7acb\u53f22016\u5e749\u6708\uff0c\u4e2d\u56fd\u5357\u4e01\u683c\u5c14\u5fd7\u613f\u62a4\u7406\u670d\u52a1\u603b\u961f-\u5b9c\u5bbe\u5e02\u62a4\u7406\u5b66\u4f1a\u5206\u961f-\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u5c0f\u5206\u961f\u6210\u7acb\u30022019\u5e7410\u67089\u65e5\uff0c\u7531\u4e2d\u56fd\u5357\u4e01\u683c\u5c14\u5fd7\u613f\u62a4\u7406\u670d\u52a1\u603b\u961f\u4e3b\u529e\uff0c\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2750"}; 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 () { } }); }); }