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=2651&classid=13&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: 1746165322, nonceStr: 'iWv9Ub4bzlJi8nFA', signature: '2d96a4ab50ce99845441dccdc73042fcc3a0b1be', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u95e8\u8bca\u90e8\uff1a\u9996\u652f\u95e8\u8bca\u624b\u8bed\u5fd7\u613f\u8005\u670d\u52a1\u961f","smalltext":"2018\u5e748\u6708\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u9080\u8bf7\u6e29\u5dde\u5e02\u6b8b\u75be\u4eba\u534f\u4f1a\u4e13\u804c\u624b\u8bed\u8001\u5e08\u4e3a\u6240\u6709\u95e8\u8bca\u5206\u8bca\u4eba\u5458\u4e0a\u8bfe2\u5468\uff0c\u5b66\u4e60\u638c\u63e1\u7b80\u5355\u533b\u7597\u624b\u8bed\u30022018\u5e749\u6708\u5185\u90e8\u9009\u62d4\u8003\u6838\u4f18\u79c0\u8005\u516d\u4eba\u53c2\u52a0\u6d59\u6c5f\u7701\u4e2d\u56fd\u624b\u8bed\u521d\u7ea7\u57f9\u8bad\u73ed","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2651"}; 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 () { } }); }); }