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=2474&classid=12&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: 1743764863, nonceStr: '73M4kNeciydFLPRx', signature: '54cab9aef8ed014411bdea07da31c38b3b585178', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\u848b\u6b23\uff1a\u5c06\u534e\u897f\u60c5\u6000\u690d\u6839\u57fa\u5c42\uff0c\u9020\u798f\u4e00\u65b9\u767e\u59d3","smalltext":"\u7528\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\u9662\u957f\u848b\u6b23\u7684\u8bdd\u6765\u8bf4\uff0c\u201c\u8d70\u51fa\u534e\u897f\uff0c\u8fd9\u662f\u534e\u897f\u4eba\u7684\u4e00\u79cd\u60c5\u6000\u3002\u4f5c\u4e3a\u4e00\u540d\u533b\u751f\uff0c\u6211\u80fd\u591f\u6cbb\u597d\u5f88\u591a\u60a3\u8005\u7684\u75be\u75c5\uff0c\u4f46\u4f5c\u4e3a\u4e00\u540d\u9662\u957f\uff0c\u6211\u53ef\u4ee5\u901a\u8fc7\u5236\u5ea6\u7684\u5efa\u8bbe\uff0c\u9020\u798f\u4e00\u65b9\u767e\u59d3\uff0c\u8fd9\u662f\u4eba\u751f\u7684\u53e6\u5916","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2474"}; 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 () { } }); }); }