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=1805&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: 1747167209, nonceStr: 'bLd2G21fzkzb51U6', signature: 'f638105d49e76138607e5230e16f2bd1e7b403d3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u6b66\u6c49\u7684\u8fd9\u70b9\u51b7\u4e0d\u5728\u4e4e","smalltext":"\u201c\u6b66\u6c49\u7684\u51ac\u591c\u6f6e\u6e7f\u5bd2\u51b7\u3002\u56e0\u75c5\u533a\u5185\u4e00\u5f8b\u4e0d\u5f97\u4f7f\u7528\u7a7a\u8c03\uff0c\u52a0\u4e4b\u7a7a\u6c14\u6d41\u901a\u9700\u5f00\u7a97\uff0c\u4e0a\u591c\u73ed\u7684\u6211\u53ea\u80fd\u5411\u201c\u540c\u4e8b\u201d\u501f\u6696\u5b9d\u5b9d\u8d34\u5728\u80cc\u4e0a\u53d6\u6696\u2026\u2026\u201d\u9ec4\u5c71\u5e02\u4eba\u6c11\u533b\u9662\u7684\u6c6a\u9526\u7a0b\u62a4\u5e08\u8ba9\u6211\u4e3a\u5373\u5c06\u51fa\u5f81\u7684\u533b\u52a1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1805"}; 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 () { } }); }); }