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=5409&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: 1715531106, nonceStr: 'pOcWHBulws106HdZ', signature: '43b0e7a0f40f623c6679f9eb3be90862411ca421', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u7cd6\u5c3f\u75c5\u957f\u7a0b\u7ba1\u7406\u5b9e\u8df5\u9879\u76ee\u4ea4\u6d41\u4e2d\u5fc3\u6302\u724c","smalltext":"\u65e5\u524d\uff0c\u7531\u4e2d\u56fd\u6c11\u65cf\u536b\u751f\u534f\u4f1a\u4e3b\u529e\uff0c\u6cb3\u5317\u7701\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u3001\u90a2\u53f0\u5e02\u7cd6\u5c3f\u75c5\u6307\u5bfc\u4e2d\u5fc3\u3001\u90a2\u53f0\u5e02\u7cd6\u5c3f\u75c5\u9632\u6cbb\u534f\u4f1a\u3001\u90a2\u53f0\u5e02\u7cd6\u5c3f\u75c5\u8d28\u63a7\u4e2d\u5fc3\u627f\u529e\u76842\u578b\u7cd6\u5c3f\u75c5\u957f\u7a0b\u7ba1\u7406\u4ea4\u6d41\u5b9e\u8df5\u9879\u76ee\u9662\u9645\u4ea4\u6d41\u7cbe\u4fee","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5409"}; 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 () { } }); }); }