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=320&classid=3&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: 1714889404, nonceStr: '5Ur2bkIyY8ffQcIP', signature: 'de56b24f9536b015ac781b0e6c443f7bbbbd03b6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u59dc\u9896\uff1a\u4e3a\u5b9e\u73b0\u54c1\u724c\u68a6\u60f3\u6267\u7740\u7684\u594b\u6597\u8005","smalltext":"\u59dc\u9896\uff0c\u6b66\u6c49\u5e02\u666e\u4ec1\u533b\u9662\u5ba2\u6237\u670d\u52a1\u90e8\u90e8\u957f\uff0c\u76ee\u524d\u5206\u7ba1\u5ba3\u4f20\u5de5\u4f5c\u3001\u5065\u5eb7\u6559\u80b2\u53ca\u4e49\u8bca\u3001\u5fd7\u613f\u8005\u670d\u52a1\u3001\u4f4f\u9662\u60a3\u8005\u6ee1\u610f\u5ea6\u8c03\u67e5\u548c\u51fa\u9662\u60a3\u8005\u968f\u8bbf\u7b49\u5de5\u4f5c\u3002\u5979\u5bf9\u5f85\u5de5\u4f5c\u603b\u662f\u6709\u7740\u5145\u6ee1\u6b63\u80fd\u91cf\u7684\u5e72\u52b2\u548c\u4e0d\u670d\u8f93","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=320"}; 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 () { } }); }); }