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=642&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: 1746609923, nonceStr: 'UYDcu6FNvW2u5QJ8', signature: '5e076c90a7ca7f9f620b576b77131539ef534aa7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u5168\u529b\u4ee5\u8d74\u6218\u6597\u5728\u6297\u9707\u6551\u707e\u4e00\u7ebf","smalltext":"6\u670817\u65e5\u665a22\u65f655\u5206\uff0c\u56db\u5ddd\u7701\u5b9c\u5bbe\u5e02\u957f\u5b81\u53bf\u53d1\u751f6.0\u7ea7\u5730\u9707\uff0c\u9707\u6e90\u6df1\u5ea616\u5343\u7c73\u3002\u707e\u60c5\u53d1\u751f\u540e\uff0c\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u7acb\u5373\u542f\u52a8\u5e94\u6025\u54cd\u5e94\uff0c\u5168\u4f53\u9662\u9886\u5bfc\u7b2c\u4e00\u65f6\u95f4\u96c6\u7ed3\uff0c\u5b89\u6392\u90e8\u7f72\u533b\u7597\u5e94\u6025\u6551\u63f4\u5de5\u4f5c\u3002\u968f\u540e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=642"}; 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 () { } }); }); }