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=6460&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: 1743924005, nonceStr: 'cl5gJ7vKFVLiyzuP', signature: '7fee9e7472975d474d3bb51ec084d7f7c56b1bd4', 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\u4e00\u4f8b\u7cbe\u795e\u5206\u88c2\u75c7\u5b55\u5987\u62a4\u7406\u4f53\u4f1a","smalltext":"\u4ea7\u79d1\u603b\u4f53\u6765\u8bf4\u662f\u4e00\u4e2a\u6b22\u4e50\u7684\u79d1\u5ba4\uff0c\u65b0\u751f\u547d\u5728\u8fd9\u91cc\u8bde\u751f\uff0c\u751f\u547d\u5f97\u5230\u5ef6\u7eed\uff0c\u8840\u8109\u7684\u529b\u91cf\u603b\u662f\u8ba9\u79d1\u5ba4\u75c5\u4eba\u548c\u5bb6\u5c5e\u70ed\u70ed\u95f9\u95f9\uff0c\u6b22\u6b22\u559c\u559c\u3002\u4f5c\u4e3a\u4ea7\u79d1\u5de5\u4f5c10\u5e74\u7684\u8d44\u6df1\u62a4\u58eb\uff0c\u6211\u4eec\u7ecf\u5386\u4e86\u5404\u79cd\u6025\u3001\u5fd9\u3001\u4e71\u7684\u5371\u91cd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6460"}; 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 () { } }); }); }