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=6736&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: 1746135861, nonceStr: '7M0qYtkS0TzbGH8M', signature: 'cc9a1d280412b39d5292a85a8df03937a4668d38', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4eba\u6587\u54c1\u724c\u4fc3\u8fdb\u516c\u7acb\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55","smalltext":"\u516c\u7acb\u533b\u9662\u4f5c\u4e3a\u56fd\u5bb6\u533b\u7597\u670d\u52a1\u7684\u4e2d\u575a\u529b\u91cf\uff0c\u5bf9\u5168\u6c11\u5065\u5eb7\u4e8b\u4e1a\u7684\u53d1\u5c55\u5177\u6709\u91cd\u8981\u610f\u4e49\u3002\u7136\u800c\uff0c\u5f53\u524d\u516c\u7acb\u533b\u9662\u9762\u4e34\u7740\u8bf8\u591a\u6311\u6218\uff0c\u5982\u533b\u7597\u8d44\u6e90\u7d27\u5f20\u3001\u670d\u52a1\u8d28\u91cf\u4e0d\u7a33\u5b9a\u7b49\u95ee\u9898\u3002\u5728\u8fd9\u6837\u7684\u80cc\u666f\u4e0b\uff0c\u4eba\u6587\u54c1\u724c\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6736"}; 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 () { } }); }); }