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=4244&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: 1744971630, nonceStr: 'HrLi4h92x84fN7cJ', signature: '0e5911c7260aebe9f18be17dce30c5dbfcafe805', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u4e00\u4f4d\u5eb7\u590d\u60a3\u8005\u7684\u6696\u5fc3\u7559\u8a00","smalltext":"\u201c\u8877\u5fc3\u7684\u611f\u8c22\u60a8\u5bf9\u6211\u7684\u795d\u798f\u3002\u53d7\u533b\u6cbb\u8005\u548c\u8bca\u6cbb\u533b\u751f\u662f\u5fc3\u8fde\u5fc3\u7684\uff0c\u533b\u751f\u5bf9\u53d7\u533b\u8005\u90fd\u662f\u771f\u8bda\uff0c\u8ba4\u771f\u8d1f\u8d23\u3002\u4ece\u60a8\u8eab\u4e0a\u5145\u5206\u4f53\u73b0\u51fa\u4ec1\u7231\u4e4b\u5fc3\uff0c\u800c\u4e14\uff0c\u5bf9\u533b\u672f\u8981\u6c42\u4e25\u8c28\uff0c\u5bf9\u53d7\u533b\u6cbb\u8005\u7a0b\u5e8f\u7f1c\u5bc6\u3002\u4e5f\u770b\u51fa\u60a8\u5e74\u8f7b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4244"}; 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 () { } }); }); }