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=2572&classid=11&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: 1744318711, nonceStr: 'ELJTDtks9b7InAMd', signature: 'f1c26eb2bc0b9b0187148c2cd183b4da0e2f7078', 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\uff1a\u91cd\u5728\u201c\u8d70\u5fc3\u201d","smalltext":"\u4ee5\u521b\u65b0\u4e3a\u4e3e\uff0c\u6df1\u8015\u533b\u9662\u4eba\u6587\u5efa\u8bbe\uff0c\u63d0\u70bc\u533b\u9662\u6838\u5fc3\u6587\u5316\uff0c2019\u5e74\u9042\u5b81\u5e02\u4e2d\u533b\u9662\u63d0\u51fa\u6253\u9020\u6709\u60c5\u6000\u533b\u9662\u3002\u7a81\u51fa\u4eba\u6587\uff0c\u91cd\u5728\u201c\u8d70\u5fc3\u201d\uff0c\u901a\u8fc7\u4e3b\u52a8\u7b56\u5212\u4e0e\u521b\u65b0\uff0c\u4ee5\u63d0\u5347\u7fa4\u4f17\u6ee1\u610f\u5ea6\u3001\u9662\u5185\u804c\u5de5\u5e78\u798f\u611f\u4e3a\u51fa\u53d1\u70b9\uff0c\u6253","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2572"}; 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 () { } }); }); }