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=1691&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: 1747169531, nonceStr: 'oz5khhR1b0tp9UXP', signature: '931b5430c61a4cc2d68cb769cc0e317382d55909', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u6218\u201c\u75ab\u201d\u4e00\u7ebf\uff0c\u533b\u9662\u6025\u8bca\u8fd9\u6837\u4e66\u5199\u611f\u4eba\u6545\u4e8b","smalltext":"1\u670829\u65e510:00\uff0c\u503c\u5b8c\u591c\u73ed\u7684\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u6025\u8bca\u79d1\u62a4\u58eb\u957f\u674e\u4f1f\u548c\u62a4\u58eb\u80e1\u4e9a\u50b2\u90fd\u6ca1\u6709\u79bb\u5f00\u533b\u9662\uff0c\u524d\u8005\u8981\u7ee7\u7eed\u652f\u63f4\u533b\u9662\u7684\u53d1\u70ed\u95e8\u8bca\uff0c\u5728\u8ddf\u4e00\u6025\u8bca\u75c5\u4eba\u5306\u5306\u4ea4\u4ee3\u4e24\u53e5\u540e\u53c8\u5f80\u9662\u611f\u697c\uff08\u53d1\u70ed\u95e8\u8bca\u4e13\u533a\uff09\u8d76\uff0c\u66fe","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1691"}; 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 () { } }); }); }