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=6482&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: 1743764943, nonceStr: 'nW0S4tjv8QQVeDVv', signature: 'e885a94d6eb1882003e1e018cd6e08d04202622e', 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\u5efa\u8bbe\u7814\u7a76\u578b\u75c5\u623f\uff0c\u8df5\u884c\u79d1\u5b66\u5bb6\u7cbe\u795e","smalltext":"\u957f\u4e45\u4ee5\u6765\uff0c\u5e7f\u5927\u533b\u52a1\u4eba\u5458\u59cb\u7ec8\u575a\u6301\u4ee5\u4eba\u6c11\u4e3a\u4e2d\u5fc3\u7684\u533b\u7597\u670d\u52a1\u7406\u5ff5\uff0c\u6551\u6b7b\u6276\u4f24\uff0c\u5c3d\u804c\u5c65\u8d23\u3002\u4ed6\u4eec\u5728\u62a4\u4f51\u4eba\u6c11\u7fa4\u4f17\u751f\u547d\u5065\u5eb7\u7684\u540c\u65f6\uff0c\u4e5f\u4e00\u76f4\u626e\u6f14\u7740\u63a8\u52a8\u533b\u836f\u5065\u5eb7\u4ea7\u4e1a\u53d1\u5c55\u7684\u751f\u529b\u519b\u7684\u89d2\u8272\u3002\u5065\u5eb7\u4e2d\u56fd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6482"}; 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 () { } }); }); }