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=3105&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: 1745150169, nonceStr: 'hoOs9qcK5bzAqVJY', signature: '19f06ca5a0664328070eca8c6579cff1d6b047a5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5f00\u5c55\u201c\u5feb\u4e50\u9605\u8bfb,\u4e66\u9999\u4e3a\u4f34\u201d\u4eb2\u5b50\u9605\u8bfb\u6d3b\u52a8","smalltext":"\u6709\u4e66\u9999\u966a\u4f34\u7684\u7ae5\u5e74\u65f6\u5149\u662f\u5e78\u798f\u7684\u3001\u7f8e\u597d\u7684\u3002\u5728\u65b0\u51a0\u80ba\u708e\u9632\u63a7\u75ab\u60c5\u671f\u95f4\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u5de5\u4f1a\u4e3a\u4e86\u8ba9\u5b69\u5b50\u5728\u975e\u5e38\u7684\u5047\u671f\u4e2d\u8fc7\u5f97\u5145\u5b9e\uff0c\u6709\u610f\u4e49\uff0c\u4ece3\u6708\u4ee5\u6765\uff0c\u5f00\u5c55\u4e86\u201c\u5feb\u4e50\u9605\u8bfb,\u4e66\u9999\u4e3a\u4f34\u201d\u4eb2\u5b50\u9605","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3105"}; 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 () { } }); }); }