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=2345&classid=10&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: 1744329225, nonceStr: 'V5jIrgBypO7Aw4hS', signature: 'c64b34c4baffd965ed533dd7285e30052755c612', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u7fa4\u7b56\u7fa4\u529b \u7ec6\u8282\u5e26\u52a8\u533b\u9662\u4eba\u6587\u54c1\u724c\u518d\u63d0\u5347","smalltext":"\u201c\u52a0\u5f3a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\uff0c\u63d0\u5347\u533b\u9662\u54c1\u724c\u6ca1\u6709\u6700\u597d\uff0c\u53ea\u6709\u66f4\u597d\uff01\u201d\u897f\u5b89\u5e02\u4e2d\u5fc3\u533b\u9662\u864e\u5a01\u9662\u957f\u8868\u793a\u3002\u4e3a\u8d2f\u5f7b\u843d\u5b9e\u5e02\u59d4\u3001\u5e02\u653f\u5e9c\u63d0\u5347\u7fa4\u4f17\u6ee1\u610f\u5ea6\u6709\u5173\u8981\u6c42\uff0c\u63a8\u52a8\u536b\u751f\u5065\u5eb7\u5de5\u4f5c\u9ad8\u8d28\u91cf\u53d1\u5c55\uff0c\u4e0d\u65ad\u589e\u5f3a\u7fa4\u4f17\u83b7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2345"}; 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 () { } }); }); }