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=4389&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: 1716095198, nonceStr: 'gJkA0tERTzbY9Kcc', signature: '27b3df2bfc307753ab868e9c59fcd6e75291e081', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4e3e\u529e\u516c\u76ca\u8bb2\u5ea7\u4e49\u8bca\u8d60\u4e66\u6d3b\u52a8","smalltext":"\u4e3a\u54cd\u5e94\u6c5f\u897f\u661f\u706b\u6587\u5b66\u6742\u5fd7\u793e\u7684\u5021\u5bfc\uff0c\u6df1\u5165\u5b9e\u65bd\u201c\u4f5c\u5bb6\u6559\u4f60\u5199\u4f5c\u201d\u6587\u827a\u5fd7\u613f\u670d\u52a1\u9879\u76ee\uff0c\u5c06\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u4e0e\u4f20\u7edf\u6587\u5316\u76f8\u7ed3\u5408\uff0c6\u67086\u65e5\uff0c\u626c\u5b50\u6d32\u5b66\u6821\u661f\u706b\u6587\u5b66\u793e\u6307\u5bfc\u8001\u5e08\u3001\u300a\u661f\u706b\u300b\u5065\u5eb7\u9a7f\u9a7f\u957f\u3001\u6c5f\u897f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4389"}; 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 () { } }); }); }