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=494&classid=10&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: 1714611039, nonceStr: 'DnhOMFJTzltvpBoq', signature: '4cf6423753e0682993512c293eb5232b0d3713b1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56fa\u59cb\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u51b2\u950b\u5728\u5065\u5eb7\u6276\u8d2b\u6700\u524d\u6cbf","smalltext":"2015\u5e74\uff0c\u968f\u7740\u56fa\u59cb\u53bf\u201c\u8131\u8d2b\u6458\u5e3d\u201d\u653b\u575a\u6218\u7684\u5168\u9762\u6253\u54cd\uff0c\u56fa\u59cb\u53bf\u4eba\u6c11\u533b\u9662-----\u8fd9\u6240\u88ab\u8a89\u4e3a\u6551\u6b7b\u6276\u4f24\u201c\u6392\u5934\u5175\u201d\u7684\u9f99\u5934\u533b\u9662\uff0c\u5728\u5065\u5eb7\u6276\u8d2b\u653b\u575a\u7684\u7279\u6b8a\u6218\u573a\uff0c\u79ef\u6781\u8d2f\u5f7b\u843d\u5b9e\u56fd\u5bb6\u548c\u7701\u3001\u5e02\u3001\u53bf\u5173\u4e8e\u8131","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=494"}; 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 () { } }); }); }