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=4416&classid=5&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: 1744971481, nonceStr: 'FPeXzc7WPNk02wdU', signature: '6cebf271af47c9c9efc8d6cc994765644b959928', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u7231\u8981\u8fd9\u6837\u8bf4\u51fa\u53e3 \u8fd9\u5bb6\u533b\u9662\u7684\u7236\u4eb2\u8282\u793c\u7269\u8ba9\u4eba\u7ad6\u8d77\u5927\u62c7\u6307","smalltext":"\u5bf9\u4e8e\u7236\u4eb2\uff0c\u5927\u591a\u6570\u7684\u4eba\u603b\u662f\u7231\u5728\u5fc3\u91cc\u53e3\u96be\u5f00\u30026\u670820\u65e5\u7236\u4eb2\u8282\u8fd9\u4e00\u5929\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u80bf\u7624\u6cbb\u7597\u4e2d\u5fc3\u522b\u51fa\u5fc3\u88c1\u5730\u67b6\u8d77\u4e86\u4e00\u5ea7\u8868\u8fbe\u60c5\u611f\u7684\u201c\u6865\u6881\u201d\uff0c\u8ba9\u60a3\u75c5\u4e2d\u7684\u8001\u7236\u4eb2\u53ca\u5176\u5b50\u5973\u5728\u4eb2\u60c5\u4e0a\u5747\u5f97\u5230","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4416"}; 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 () { } }); }); }