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=3423&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: 1745135715, nonceStr: 'Pziczf7syAJx303N', signature: '3cace70638230fe876673985f93b6c6190d96118', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4ed6\u4eec\u7a7f\u774040\u65a4\u91cd\u7684\u201c\u94c5\u8863\u201d24\u5c0f\u65f6\u5185\u5b8c\u621014\u53f0\u51a0\u8109\u4ecb\u5165\u624b\u672f","smalltext":"\u968f\u7740\u76db\u590f\u7684\u6765\u4e34\uff0c\u6c14\u6e29\u9010\u6e10\u5347\u9ad8\uff0c\u5f15\u53d1\u5fc3\u8111\u8840\u7ba1\u75be\u75c5\u9ad8\u53d1\uff0c6\u670823\u65e5\u201424\u65e5\u6566\u5316\u5e02\u533b\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u572824\u5c0f\u65f6\u5185\u5b8c\u6210\u4ecb\u5165\u624b\u672f14\u4f8b\uff0c\u5176\u4e2d\u5e73\u8bca\u5fc3\u810f\u4ecb\u5165\u624b\u672f9\u4f8b\u3001\u6025\u8bca\u5fc3\u810f\u4ecb\u5165\u624b\u672f5\u4f8b\u3002\u6700\u5e74\u8f7b\u6025","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3423"}; 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 () { } }); }); }