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=2379&classid=10&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: 1744323962, nonceStr: 'Z4qCDPjpgKku3O47', signature: 'c5e96ec84af657de751856d60f45f43e397ac8d9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9042\u5b81\u5e02\u4e2d\u533b\u9662:\u4ee5\u515a\u5efa\u4e3a\u5f15\u9886 \u6253\u9020\u6709\u6e29\u5ea6\u7684\u4eba\u6587\u533b\u9662","smalltext":"\u9042\u5b81\u5e02\u4e2d\u533b\u9662\u4ece\u5236\u5ea6\u521b\u65b0\u4e0a\u6253\u7834\u85e9\u7bf1\u3001\u6587\u5316\u5efa\u8bbe\u4e0a\u60f3\u65b9\u8bbe\u6cd5\u3001\u4eba\u6587\u5efa\u8bbe\u80fd\u529b\u4e0a\u5f3a\u8eab\u5065\u4f53\u4e09\u4e2a\u65b9\u9762\u4e0a\u4e0b\u529f\u592b\uff0c\u5b9e\u73b0\u5c06\u4eba\u6587\u5efa\u8bbe\u878d\u5165\u515a\u5efa\u3001\u878d\u5165\u653f\u7b56\u3001\u878d\u5165\u4e1a\u52a1\u540c\u7edf\u7b79\u3001\u540c\u4fc3\u8fdb\uff0c\u5c06\u4eba\u6587\u5de5\u4f5c\u4e0e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2379"}; 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 () { } }); }); }