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=397&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: 1716337662, nonceStr: '5VDlAdGrJB69rQgZ', signature: '7c2bef127103d7034a7a02cc269efe1163bac011', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u63ed\u9633\u5e02\u4eba\u6c11\u533b\u9662:\u533b\u751f\u624b\u6258\u8110\u5e26\u534a\u5c0f\u65f6\u4fdd\u6bcd\u5a74\u5e73\u5b89","smalltext":" \u8fd1\u65e5\uff0c\u5728\u63ed\u9633\u5e02\u4eba\u6c11\u533b\u9662\u4ea7\u79d1\u75c5\u623f\u91cc\uff0c\u4e0a\u6f14\u4e86\u4e00\u573a\u201c\u751f\u6b7b\u65f6\u901f\u201d\u300234\u5c81\u7684\u4e8c\u5b69\u5988\u5988\u7a81\u53d1\u8110\u5e26\u8131\u5782\uff0c\u5e74\u8f7b\u533b\u751f\u624b\u6258\u80ce\u5148\u9732\u534a\u5c0f\u65f6\u4e3a\u60a3\u8005\u6bcd\u5b50\u4e89\u53d6\u6551\u6cbb\u65f6\u95f4\uff0c\u65e0\u7f1d\u8854\u63a5\u7684\u591a\u79d1\u5408\u4f5c\u5b9e\u65bd\u6700\u5feb\u901f\u6709","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=397"}; 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 () { } }); }); }