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=3495&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: 1745135958, nonceStr: 'OfIWxxZYioooKLQS', signature: 'e87c6f7521f0dcaf9340ae998ffeaf2ef8762411', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4ed6\u4e0d\u662f\u533b\u751f \u5374\u9ed8\u9ed8\u65e0\u95fb\u7684\u5b88\u62a4\u7740\u900f\u6790\u60a3\u8005\u7684\u5065\u5eb7","smalltext":"\u201c\u533b\u751f\uff0c\u6211\u7684\u5316\u9a8c\u7ed3\u679c\u51fa\u6765\u4e86\uff0c\u8bf7\u60a8\u5e2e\u6211\u770b\u4e00\u4e0b\uff1b\u62a4\u58eb\uff0c\u8bf7\u5e2e\u6211\u8f93\u6db2\u3002\u201d\u4e5f\u8bb8,\u8fd9\u662f\u6240\u6709\u4eba\u8111\u6d77\u91cc\u533b\u9662\u7684\u6a21\u6837\uff0c\u4f46\u5728\u6566\u5316\u5e02\u533b\u9662\u8840\u900f\u5ba4\u8fd8\u4f1a\u51fa\u73b0\u8fd9\u6837\u7684\u58f0\u97f3\uff1a\u201c\u5218\u5de5\uff0c\u673a\u5668F01\u62a5\u8b66\uff1b\u5218\u5de5\uff0c\u81ea\u68c0\u8fc7\u7a0b\u4e2d\u6b63\u538b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3495"}; 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 () { } }); }); }