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=6569&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: 1743703407, nonceStr: 'qwFaC9S7NS94aCFN', signature: 'e7272e4fe71caf6b5b450f8198ad3523ecbb4366', 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\u4eba\u6587\u5173\u6000\u52a9\u529b\u4f18\u8d28\u62a4\u7406\u670d\u52a1\u4e13\u4e1a\u5b9e\u8df5","smalltext":"\u5728\u6df1\u5165\u63a8\u8fdb\u4f18\u8d28\u62a4\u7406\u670d\u52a1\u7684\u5de5\u4f5c\u4e2d\uff0c\u5409\u6797\u5927\u5b66\u7b2c\u4e00\u533b\u9662\u59cb\u7ec8\u575a\u6301\u201c\u4ee5\u75c5\u4eba\u4e3a\u4e2d\u5fc3\u201d\u7684\u670d\u52a1\u7406\u5ff5\uff0c\u7740\u529b\u57f9\u80b2\u62a4\u7406\u4eba\u5458\u5173\u6000\u7167\u987e\u7d20\u517b\u548c\u4e34\u5e8a\u5b9e\u8df5\u80fd\u529b\uff0c\u79ef\u6781\u6784\u5efa\u4eba\u6587\u5173\u6000\u6a21\u5f0f\u8f6f\u73af\u5883\uff0c\u52aa\u529b\u63a8\u51fa\u4e00\u7cfb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6569"}; 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 () { } }); }); }