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=3890&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: 1745108888, nonceStr: 'V1ydBddk50HBy4uB', signature: 'beaa773c5dfcf7707ecf4d5b76751ddff9fef085', 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\u4e2d\u533b\u9662\uff1a\u6b63\u5f0f\u6210\u4e3a\u5ef6\u8fb9\u5927\u5b66\u9644\u5c5e\u533b\u9662\u7684\u5206\u9662","smalltext":"12\u670823\u65e5\uff0c\u6566\u5316\u4e2d\u533b\u9662\u6b63\u5f0f\u6210\u4e3a\u5ef6\u8fb9\u5927\u5b66\u9644\u5c5e\u533b\u9662\u7684\u5206\u9662\uff0c\u5ef6\u8fb9\u533b\u9662\u7684\u5404\u79d1\u5ba4\u4e13\u5bb6\u5c06\u5b9a\u671f\u5230\u6566\u5316\u4e2d\u533b\u9662\u51fa\u8bca\u624b\u672f\uff0c\u6566\u5316\u7684\u4eba\u6c11\u7fa4\u4f17\u53ef\u4ee5\u5c31\u8fd1\u5230\u4e2d\u533b\u9662\u63a5\u53d7\u5ef6\u8fb9\u533b\u9662\u5404\u79d1\u5ba4\u4e13\u5bb6\u7684\u8bca\u6cbb\u4e86\uff0c\u6566\u5316\u8001\u767e\u59d3\u80fd\u4eab\u53d7\u5230\u66f4\u9ad8\u7684\u533b\u7597\u670d\u52a1\u5566\uff01","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3890"}; 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 () { } }); }); }