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=3234&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: 1745151181, nonceStr: 'uVuqSsBw2REdCkxO', signature: '572f63b8cc04ab4082a858d3d8f459c5f96e904e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u6297\u75ab\u4e0e\u4eba\u6587\u62a4\u7406\u6559\u80b2\u6559\u5b66\u6539\u9769\u66a8\u8bfe\u7a0b\u601d\u653f\u5efa\u8bbe\u4f1a\u8bae\u987a\u5229\u53ec\u5f00","smalltext":"5\u670810\u65e5\uff0c\u793c\u8d5e\u7956\u56fd\u2014\u2014\u6297\u75ab\u4e0e\u4eba\u6587\u62a4\u7406\u6559\u80b2\u6559\u5b66\u6539\u9769\u66a8\u8bfe\u7a0b\u601d\u653f\u5efa\u8bbe\u4f1a\u8bae\u53ec\u5f00\u3002\u4f1a\u8bae\u7531\u300a\u4e2d\u56fd\u533b\u5b66\u4f26\u7406\u5b66\u300b\u6742\u5fd7\u5021\u8bae\u53d1\u8d77\uff0c\u7531\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u533b\u5b66\u90e8\u3001\u300a\u4e2d\u56fd\u533b\u5b66\u4f26\u7406\u5b66\u300b\u6742\u5fd7\u3001\u4e2d\u56fd\u536b\u751f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3234"}; 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 () { } }); }); }