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=6636&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: 1716238450, nonceStr: 'ddMjlIZaxf5fby4R', signature: 'd3b0a0c443bf791b7e7a01a44fe384d828dd8ae1', 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\u201c\u6211\u60f3\u56de\u5bb6!\u201d","smalltext":"\u6211\u95ee\u949f\u62a4\u58eb\u957f\uff0c\u5728\u4e34\u5e8a\u5de5\u4f5c20\u5e74\u6765\uff0c\u6700\u4ee4\u60a8\u611f\u52a8\u7684\u4e00\u4ef6\u4e8b\u662f\u4ec0\u4e48\uff1f\u5979\u8bf4\uff1a\u201c\u5728\u4e34\u5e8a\u4e00\u7ebf\u5de5\u4f5c\u8fd9\u4e48\u4e45\u4e86\uff0c\u6211\u89c1\u8fc7\u65b0\u751f\u5b9d\u5b9d\u964d\u751f\u7684\u559c\u60a6\uff0c\u4e5f\u611f\u53d7\u8fc7\u5f88\u591a\u751f\u6b7b\u79bb\u522b\u7684\u8870\u4f24\uff0c\u4f46\u6211\u89c9\u5f97\u6700\u4ee4\u6211\u611f\u52a8\u7684\uff0c\u662f\u4e00\u53e5\u8bdd\uff1a\u201c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6636"}; 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 () { } }); }); }