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=3848&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: 1745109505, nonceStr: 'W9B1JLM3PpKU895y', signature: 'b046a8b1c5f762d84c8ab78234bb4b18445e3ff8', 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\u6696\u5316\u4e86\u51b0\u96ea\u7684\u90a3\u4e00\u62b9\u7ea2\u8272","smalltext":"\u5c81\u672b\u5df2\u81f3\uff0c\u51ac\u5b63\u7684\u51b0\u971c\u96ea\u666f\u7ed9\u6566\u57ce\u589e\u6dfb\u4e86\u89c6\u89c9\u9b45\u529b\u3002\u6566\u5316\u5e02\u533b\u9662\u5987\u4ea7\u79d1\u4e5f\u8fce\u6765\u4e86\u6700\u5fd9\u788c\u7684\u65f6\u671f\u3002\u5f53\u5168\u4f53\u533b\u62a4\u5728\u7d27\u5f20\u5de5\u4f5c\u7684\u65f6\u5019\uff0c\u4e00\u4f4d\u7537\u58eb\u624b\u6301\u7ea2\u8272\u9526\u65d7\u8d70\u8fdb\u4e86\u5e02\u533b\u9662\u5987\u4ea7\u79d1\u7684\u533b\u751f\u529e\u516c\u5ba4.","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3848"}; 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 () { } }); }); }