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=2385&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: 1744328942, nonceStr: 'BsKjcQwriJxpNIUn', signature: '17c8636ca20cbd4eae71ed8c50a0d90aa1820f3a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u6c34\u7535\u5341\u4e09\u5c40\u533b\u9662\uff1a\u793c\u4eea\u670d\u52a1\u3001\u4f18\u8d28\u670d\u52a1\u3001\u8bda\u4fe1\u670d\u52a1","smalltext":"\u4e2d\u56fd\u6c34\u7535\u7b2c\u5341\u4e09\u5de5\u7a0b\u5c40\u533b\u9662\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u5341\u4e09\u5c40\u533b\u9662\u201d\uff09,\u96b6\u5c5e\u4e8e\u4e2d\u56fd\u7535\u5efa\u5e02\u653f\u5efa\u8bbe\u96c6\u56e2\u6709\u9650\u516c\u53f8\uff08\u539f\u4e2d\u56fd\u6c34\u5229\u6c34\u7535\u7b2c\u5341\u4e09\u5de5\u7a0b\u5c40\u6709\u9650\u516c\u53f8\uff09,\u662f\u5c71\u4e1c\u7701\u5fb7\u5dde\u5e02\u7b2c\u4e00\u5bb6\u53c2\u7167\u56fd\u5bb6\u536b\u5065\u59d4\u300a\u4e8c\u7ea7\u7efc\u5408","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2385"}; 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 () { } }); }); }