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=4494&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: 1746209497, nonceStr: 'TtW04k2StzMrbCkX', signature: '523c8cddb138906d703eb763d10b9023bdc09af3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u4e24\u5206\u949f\u751f\u6b7b\u65f6\u901f\u6e21\u96be\u5173","smalltext":"\u201c\u5582\uff1f\u6025\u8bca\u79d1\u5417\uff1f\u8fd9\u91cc\u662f\u95e8\u8bca\u4e94\u697c\u5317\u533a\u7684\u4e00\u53f7\u8bca\u5ba4\uff0c\u75c5\u4eba\u5fc3\u8df3\u547c\u5438\u9aa4\u505c\uff0c\u901f\u6765\u62a2\u6551!\u201d\u6302\u65ad\u7535\u8bdd\u540e\uff0c\u526f\u62a4\u58eb\u957f\u674e\u4e3d\u53c8\u8fc5\u901f\u6295\u5165\u5230\u62a2\u6551\u5de5\u4f5c\u4e4b\u4e2d\uff0c\u6bcf\u4e00\u6b65\u90fd\u662f\u5fd9\u800c\u4e0d\u4e71\uff0c\u6709\u6761\u4e0d\u7d0a\u3002\u3000\u30002021\u5e747\u670822\u65e516","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4494"}; 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 () { } }); }); }