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=3280&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: 1745150928, nonceStr: 'xwNkag7gfu4I7wfv', signature: 'd418f61bd15572ca1849a62627fc33e38807baac', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6700\u7f8e\u7684\u82b1 \u9001\u7ed9\u5b88\u62a4\u773c\u775b\u7684\u5973\u795e\u4eec","smalltext":"\u201c\u9001\u7ed9\u4f60\u5c0f\u5fc3\u5fc3\uff0c\u9001\u4f60\u82b1\u4e00\u6735\uff0c\u4f60\u5728\u6211\u751f\u547d\u4e2d\u592a\u591a\u7684\u611f\u52a8\u3002\u4f60\u662f\u6211\u7684\u5929\u4f7f\uff0c\u4e00\u8def\u6307\u5f15\u6211\u3002\u65e0\u8bba\u5c81\u6708\u53d8\u5e7b\u7231\u4f60\u5531\u6210\u6b4c\uff01\u542c\u6211\u8bf4\u8c22\u8c22\u4f60\uff0c\u56e0\u4e3a\u6709\u4f60\uff0c \u6e29\u6696\u4e86\u56db\u5b63\uff0c\u8c22\u8c22\u4f60 \u611f\u8c22\u6709\u4f60\u4e16\u754c\u66f4\u7f8e\u4e3d\uff01\u201d\u4eca\u65e5\u4e0a\u5348","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3280"}; 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 () { } }); }); }