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=3277&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: 1747145201, nonceStr: 'T05jy7C0FBEfsziY', signature: 'c2ff084ff87e2218fca16673b9efe37ac9a28e62', 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\u52a9\u529b\u7ea2\u5341\u5b57\u533b\u9662\u521b\u5efa","smalltext":"\u201c\u4f5c\u4e3a\u4e00\u540d\u533b\u52a1\u4eba\u5458\uff0c\u6211\u89c1\u8fc7\u592a\u591a\u7684\u751f\u79bb\u6b7b\u522b\uff0c\u5f88\u591a\u65f6\u5019\u6211\u4eec\u65e0\u80fd\u4e3a\u529b\uff0c\u56e0\u6b64\u6211\u5e0c\u671b\u5728\u6211\u751f\u547d\u7684\u6700\u540e\uff0c\u7528\u6211\u7684\u9057\u4f53\u6362\u53d6\u66f4\u591a\u4eba\u7684\u751f\u547d\uff0c\u8ba9\u66f4\u591a\u5bb6\u5ead\u91cd\u65b0\u62e5\u6709\u5e78\u798f\uff0c\u76f8\u4fe1\u6211\u7684\u5bb6\u4eba\u4e5f\u4f1a\u4e3a\u6b64\u800c\u611f\u5230\u9a84\u50b2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3277"}; 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 () { } }); }); }