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=3919&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: 1745109245, nonceStr: 'nMkKQqa9Rn6hkdxE', signature: '5bac4215b855b20fa3e4b2f68e90f7cab879f25d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u6253\u9020\u201c\u771f\u60c5\u51e4\u533b \u60e0\u6c11\u5148\u950b\u201d\u515a\u5efa\u54c1\u724c","smalltext":"\u70df\u53f0\u5e02\u829d\u7f58\u533a\u51e4\u51f0\u53f0\u533b\u9662\u5728\u804c\u515a\u652f\u90e8\u901a\u8fc7\u6253\u9020\u201c\u771f\u60c5\u51e4\u533b \u60e0\u6c11\u5148\u950b\u201d\u515a\u5efa\u54c1\u724c\uff0c\u642d\u5efa\u515a\u5458\u4eae\u8eab\u4efd\uff0c\u5c55\u7279\u957f\uff0c\u670d\u52a1\u8f96\u533a\u767e\u59d3\u7684\u5e73\u53f0\uff0c\u6709\u529b\u6fc0\u53d1\u4e86\u515a\u5458\u6d3b\u529b\uff0c\u4fc3\u8fdb\u515a\u652f\u90e8\u6807\u51c6\u5316\u89c4\u8303\u5316\u5efa\u8bbe\uff0c\u53d1\u6325\u4e86\u515a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3919"}; 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 () { } }); }); }