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=6609&classid=14&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: 1743703416, nonceStr: '6v5CuxSAdf65xzcU', signature: 'fb6e92ade60ef997d8134749bb0cb4ad4a131ab3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u6700\u540e\u4e00\u652f\u70df","smalltext":"\u201c\u751f\u662f\u5076\u7136\uff0c\u6b7b\u662f\u5fc5\u7136\u201d\u3002\u751f\u8001\u75c5\u6b7b\u662f\u4eba\u7c7b\u751f\u547d\u5468\u671f\u6f14\u8fdb\u7684\u81ea\u7136\u8fc7\u7a0b\uff0c\u201c\u5584\u7ec8\u201d\u662f\u4eba\u4eec\u5bf9\u751f\u547d\u5c0a\u4e25\u548c\u8d28\u91cf\u7684\u5fc5\u7136\u8ffd\u6c42\u3002\u533b\u5b66\u4e0d\u80fd\u6cbb\u6108\u4e00\u5207\u75be\u75c5,\u4e0d\u80fd\u6cbb\u6108\u6bcf\u4e00\u4e2a\u60a3\u8005,\u5bf9\u4e8e\u5904\u4e8e\u751f\u547d\u7ec8\u671f,\u8fd9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6609"}; 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 () { } }); }); }