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=6658&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: 1716224798, nonceStr: 'jHZpifditMm8WKuZ', signature: '4e9885808553847414c8055b7dfb3eacb36b7e59', 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\u591a\u70b9\u53d1\u529b\uff0c\u6301\u7eed\u63d0\u5347\u5168\u533a\u533b\u5b66\u4eba\u6587\u670d\u52a1\u5185\u6db5","smalltext":" \u8fd1\u5e74\u6765\uff0c\u6dee\u9634\u533a\u536b\u5065\u59d4\u4ee5\u201c\u6539\u5584\u5c31\u533b\u611f\u53d7\uff0c\u63d0\u5347\u60a3\u8005\u4f53\u9a8c\u201d\u4e3a\u5b97\u65e8\uff0c\u7edf\u7b79\u5168\u533a\u533b\u7597\u8d44\u6e90\uff0c\u7ec4\u7ec7\u5f15\u5bfc\u533a\u3001\u4e61\u3001\u6751\u4e09\u7ea7\u533b\u7597\u670d\u52a1\u4eba\u5458\uff0c\u805a\u7126\u7fa4\u4f17\u770b\u75c5\u5c31\u533b\u6025\u96be\u6101\u76fc\u95ee\u9898\uff0c\u521b\u65b0\u4e3e\u63aa\uff0c\u62d3\u5c55\u5185\u6db5\uff0c\u63d0\u5347\u4eba\u6587","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6658"}; 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 () { } }); }); }